mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 17:14:43 +04:00
Added Python 3.7 to Travis CI
This commit is contained in:
parent
d04823e8e3
commit
04933cdc46
3 changed files with 4 additions and 2 deletions
|
|
@ -13,6 +13,8 @@ matrix:
|
||||||
python: 3.6
|
python: 3.6
|
||||||
- env: TOXENV=pypy
|
- env: TOXENV=pypy
|
||||||
python: pypy2.7-5.10.0
|
python: pypy2.7-5.10.0
|
||||||
|
- env: TOXENV=py37
|
||||||
|
python: 3.7-dev
|
||||||
install: pip install coveralls tox
|
install: pip install coveralls tox
|
||||||
script: tox
|
script: tox
|
||||||
before_install:
|
before_install:
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -41,7 +41,7 @@ setup(
|
||||||
'cfgv>=1.0.0',
|
'cfgv>=1.0.0',
|
||||||
'identify>=1.0.0',
|
'identify>=1.0.0',
|
||||||
'nodeenv>=0.11.1',
|
'nodeenv>=0.11.1',
|
||||||
'pyyaml',
|
'pyyaml>=4.2b4',
|
||||||
'six',
|
'six',
|
||||||
'toml',
|
'toml',
|
||||||
'virtualenv',
|
'virtualenv',
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -1,7 +1,7 @@
|
||||||
[tox]
|
[tox]
|
||||||
project = pre_commit
|
project = pre_commit
|
||||||
# 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