mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-13 07:41:19 +08:00
Added Python 3.7 support
This commit is contained in:
@@ -7,6 +7,8 @@ matrix:
|
||||
python: 3.5
|
||||
- env: TOXENV=py36
|
||||
python: 3.6
|
||||
- env: TOXENV=py37
|
||||
python: 3.7-dev
|
||||
- env: TOXENV=pypy
|
||||
python: pypy-5.7.1
|
||||
install: pip install coveralls tox
|
||||
|
||||
2
setup.py
2
setup.py
@@ -27,7 +27,7 @@ setup(
|
||||
# quickfix to prevent pycodestyle conflicts
|
||||
'flake8!=2.5.3',
|
||||
'autopep8>=1.3',
|
||||
'pyyaml',
|
||||
'pyyaml>=4.2b4',
|
||||
'six',
|
||||
],
|
||||
entry_points={
|
||||
|
||||
Reference in New Issue
Block a user