mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-09 04:54:16 +00:00
Merge pull request #304 from expobrain/python_37
Added Python 3.7 support
This commit is contained in:
commit
b9ade8f9a1
2 changed files with 5 additions and 1 deletions
|
|
@ -7,6 +7,10 @@ matrix:
|
||||||
python: 3.5
|
python: 3.5
|
||||||
- env: TOXENV=py36
|
- env: TOXENV=py36
|
||||||
python: 3.6
|
python: 3.6
|
||||||
|
- env: TOXENV=py37
|
||||||
|
python: 3.7
|
||||||
|
sudo: required
|
||||||
|
dist: xenial
|
||||||
- env: TOXENV=pypy
|
- env: TOXENV=pypy
|
||||||
python: pypy-5.7.1
|
python: pypy-5.7.1
|
||||||
install: pip install coveralls tox
|
install: pip install coveralls tox
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -1,6 +1,6 @@
|
||||||
[tox]
|
[tox]
|
||||||
# These should match the travis env list
|
# These should match the travis env list
|
||||||
envlist = py27,py35,py36,pypy
|
envlist = py27,py35,py36,py37,pypy
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps = -rrequirements-dev.txt
|
deps = -rrequirements-dev.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue