diff options
-rw-r--r-- | tox.ini | 6 |
1 files changed, 3 insertions, 3 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 [testenv] usedevelop = True @@ -98,14 +98,14 @@ files = commands = yamllint -s {[testenv:yamllint]files} -[testenv:py35] +[testenv:py36] dirs = functest/tests/unit/ci functest/tests/unit/odl functest/tests/unit/openstack functest/tests/unit/vnf/epc functest/tests/unit/utils -commands = nosetests {[testenv:py35]dirs} +commands = nosetests {[testenv:py36]dirs} [testenv:bashate] basepython = python2.7 |