Update some pre-commit hooks + some minor tweaks

This commit is contained in:
Anthony Sottile 2015-01-04 15:49:19 -08:00
parent 86c99c6b87
commit 596e31fdee
33 changed files with 65 additions and 36 deletions

View file

@ -9,7 +9,8 @@ deps = -rrequirements-dev.txt
commands =
coverage erase
coverage run -m pytest {posargs:tests}
coverage report --show-missing --fail-under 93
# TODO: when dropping py26, change to 100
coverage report --show-missing --fail-under 99
flake8 {[tox]project} testing tests setup.py
# pylint {[tox]project} testing tests setup.py