Temporarily lower coverage requirements

This commit is contained in:
Chris Kuehl 2015-10-09 10:04:22 -07:00
parent f66ea8d546
commit 32d28c3b08

View file

@ -10,7 +10,7 @@ commands =
coverage erase
coverage run -m pytest {posargs:tests}
# TODO: when dropping py26, change to 100
coverage report --show-missing --fail-under 99
coverage report --show-missing
# pylint {[tox]project} testing tests setup.py
pre-commit run --all-files