diff options
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = docs,pep8,pylint,yamllint,bashate,py35,py27,perm,cover +envlist = docs,pep8,pylint,yamllint,bashate,py36,py27,perm,cover skipsdist = True [testenv] @@ -41,7 +41,7 @@ files = commands = yamllint -s {[testenv:yamllint]files} -[testenv:py35] +[testenv:py36] commands = nosetests xtesting/tests/unit [testenv:bashate] |