Add pre-commit
This commit is contained in:
parent
27dd14ab33
commit
f206ea354c
8 changed files with 114 additions and 40 deletions
|
|
@ -4,5 +4,7 @@ python:
|
|||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
install: pip install tox-travis
|
||||
script: tox
|
||||
install: pip install tox-travis pre-commit
|
||||
script:
|
||||
- pre-commit run --all-files
|
||||
- tox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue