mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Merge pull request #789 from expobrain/python_37
Added Python 3.7 to Travis CI
This commit is contained in:
commit
ed1901423d
2 changed files with 5 additions and 1 deletions
|
|
@ -13,6 +13,10 @@ matrix:
|
|||
python: 3.6
|
||||
- env: TOXENV=pypy
|
||||
python: pypy2.7-5.10.0
|
||||
- env: TOXENV=py37
|
||||
python: 3.7
|
||||
sudo: required
|
||||
dist: xenial
|
||||
install: pip install coveralls tox
|
||||
script: tox
|
||||
before_install:
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -1,7 +1,7 @@
|
|||
[tox]
|
||||
project = pre_commit
|
||||
# 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