Skip to content

Commit a831757

Browse files
authored
Merge pull request #188 from pre-commit/py36_test
Align tox.ini with .travis.yml
2 parents 5e4e5b3 + 0f1be0c commit a831757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
project = pre_commit_hooks
33
# These should match the travis env list
4-
envlist = py27,py34,py35,pypy
4+
envlist = py27,py35,py36,pypy
55

66
[testenv]
77
deps = -rrequirements-dev.txt

0 commit comments

Comments
 (0)