From c1ca3aeaf76bb50739b7a9a9b90c64382c7b8fc9 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 25 Feb 2017 14:09:16 -0800 Subject: [PATCH] tox list matches travis-ci --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 104ce6b3..1efecce5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] project = pre_commit # These should match the travis env list -envlist = py27,py34,py35,pypy +envlist = py27,py35,py36,pypy [testenv] deps = -rrequirements-dev.txt