mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-09 21:04:17 +00:00
Updated Travis config for Python 3.7
This commit is contained in:
parent
03ba7f73cb
commit
59527129e4
1 changed files with 3 additions and 1 deletions
|
|
@ -8,7 +8,9 @@ matrix:
|
||||||
- env: TOXENV=py36
|
- env: TOXENV=py36
|
||||||
python: 3.6
|
python: 3.6
|
||||||
- env: TOXENV=py37
|
- env: TOXENV=py37
|
||||||
python: 3.7-dev
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue