Don't test python3.5 now that we test python3.7

This commit is contained in:
Anthony Sottile 2018-07-08 08:19:22 -07:00
parent ed1901423d
commit 707e458984
3 changed files with 2 additions and 4 deletions

View file

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