summaryrefslogtreecommitdiffhomepage
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index c1759acb..65136233 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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}