mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 12:34:17 +00:00
Don't test python3.5 now that we test python3.7
This commit is contained in:
parent
b9ade8f9a1
commit
c9899ab7d1
3 changed files with 2 additions and 4 deletions
2
tox.ini
2
tox.ini
|
|
@ -1,6 +1,6 @@
|
|||
[tox]
|
||||
# These should match the travis env list
|
||||
envlist = py27,py35,py36,py37,pypy
|
||||
envlist = py27,py36,py37,pypy
|
||||
|
||||
[testenv]
|
||||
deps = -rrequirements-dev.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue