Add pre-commit to Travis CI
parent
08dcfee64c
commit
ccc172bfd3
|
@ -10,4 +10,6 @@ python:
|
|||
install:
|
||||
- pip install -U pip setuptools
|
||||
- pip install tox-travis
|
||||
script: tox
|
||||
script:
|
||||
- tox
|
||||
- git diff-tree --no-commit-id --name-only -r $REVISION | xargs pre-commit run --files
|
||||
|
|
Loading…
Reference in New Issue