diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py27,py34,py35,pypy26,pycodestyle,autopep8 +envlist = py27,py34,py35,py36,py37,pypy,pycodestyle,autopep8 [testenv] deps = @@ -25,7 +25,7 @@ commands = {[testenv]commands} {[testenv:scenario]commands} -[testenv:py34] +[testenv:py36] commands = {[testenv]commands} {[testenv:scenario]commands} |