Merge pull request #188 from pre-commit/py36_test

Align tox.ini with .travis.yml
This commit is contained in:
Anthony Sottile 2017-07-02 21:08:42 -07:00 committed by GitHub
commit a831757015

View file

@ -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