Update Alpine tag in build.sh and ansible/site.yml
[functest-kubernetes.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 7f7032d..a5caed5 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = pep8,pylint,yamllint,bashate,py27,py35
+envlist = pep8,pylint,yamllint,bashate,py27
 
 [testenv]
 usedevelop = True
@@ -33,11 +33,13 @@ commands =
 basepython = python2.7
 files =
   .travis.yml
-  ci
   docker
 commands =
   yamllint {[testenv:yamllint]files}
 
+[testenv:py36]
+commands = nosetests functest_kubernetes
+
 [testenv:bashate]
 basepython = python2.7
 files =