mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Fixed Travis setup for python 3.7
This commit is contained in:
parent
cec67bb9ad
commit
2a46658adc
1 changed files with 3 additions and 1 deletions
|
|
@ -14,7 +14,9 @@ matrix:
|
||||||
- env: TOXENV=pypy
|
- env: TOXENV=pypy
|
||||||
python: pypy2.7-5.10.0
|
python: pypy2.7-5.10.0
|
||||||
- env: TOXENV=py37
|
- env: TOXENV=py37
|
||||||
python: 3.7-dev
|
python: 3.7
|
||||||
|
sudo: required
|
||||||
|
dist: xenial
|
||||||
install: pip install coveralls tox
|
install: pip install coveralls tox
|
||||||
script: tox
|
script: tox
|
||||||
before_install:
|
before_install:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue