Align tox.ini with .travis.yml

This commit is contained in:
Anthony Sottile 2017-03-21 10:26:34 -07:00
parent 5e4e5b3bcb
commit 0f1be0c521

View file

@ -1,7 +1,7 @@
[tox] [tox]
project = pre_commit_hooks project = pre_commit_hooks
# These should match the travis env list # These should match the travis env list
envlist = py27,py34,py35,pypy envlist = py27,py35,py36,pypy
[testenv] [testenv]
deps = -rrequirements-dev.txt deps = -rrequirements-dev.txt