summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index bc0a4c13..05d7ebf2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = pep8,pylint,yamllint,bashate,py27,py35
+envlist = pep8,pylint,yamllint,bashate,py27,py36
[testenv]
usedevelop = True
@@ -38,6 +38,9 @@ files =
commands =
yamllint {[testenv:yamllint]files}
+[testenv:py36]
+commands = nosetests functest_kubernetes
+
[testenv:bashate]
basepython = python2.7
files =