mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 12:06:53 +00:00
Added Python 3.7 support
This commit is contained in:
parent
63e729fcc7
commit
a49c356f63
3 changed files with 4 additions and 2 deletions
2
tox.ini
2
tox.ini
|
|
@ -1,6 +1,6 @@
|
|||
[tox]
|
||||
# These should match the travis env list
|
||||
envlist = py27,py35,py36,pypy
|
||||
envlist = py27,py35,py36,py37,pypy
|
||||
|
||||
[testenv]
|
||||
deps = -rrequirements-dev.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue