From 0f1be0c52166c5eca66eecc611e661e6b09b88bc Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 21 Mar 2017 10:26:34 -0700 Subject: [PATCH] Align tox.ini with .travis.yml --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bf2eba2..9dd4c2f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] project = pre_commit_hooks # These should match the travis env list -envlist = py27,py34,py35,pypy +envlist = py27,py35,py36,pypy [testenv] deps = -rrequirements-dev.txt