Run pre-commit hooks in tox (and thus travis)

This commit is contained in:
Chris Kuehl 2015-07-25 23:06:12 -07:00
parent b07572e325
commit b025b6d55f
2 changed files with 4 additions and 3 deletions

View file

@ -14,6 +14,7 @@ commands =
coverage report --show-missing --fail-under 99
flake8 {[tox]project} testing tests setup.py
# pylint {[tox]project} testing tests setup.py
pre-commit run --all-files
[testenv:venv]
envdir = venv-{[tox]project}