Add pre-commit

This commit is contained in:
Christophe Mehay 2017-08-21 00:46:24 +02:00
parent 27dd14ab33
commit f206ea354c
8 changed files with 114 additions and 40 deletions

View file

@ -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