From 78ae62315e56a35abf9f603a4df86d81b2b31363 Mon Sep 17 00:00:00 2001 From: Charles Short Date: Mon, 26 Mar 2018 14:21:59 +0000 Subject: [PATCH] Add py35 to tox.ini Add py35 to tox.ini so we can check for pyhton3 compatibility. Change-Id: I9a652d01fcc1a13e07f94a9a7e48b23d1877e1c8 Signed-off-by: Charles Short --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 91bf576..1d853fd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = pep8,py27 +envlist = pep8,py27,py35 skipsdist = True [testenv]