Bump down coverage number due to five

This commit is contained in:
Anthony Sottile
2014-04-12 23:45:58 -07:00
parent 366bc1d1cc
commit 064c54dd2b

View File

@@ -9,7 +9,7 @@ deps = -rrequirements_dev.txt
commands =
coverage erase
coverage run -m pytest {posargs:tests}
coverage report --show-missing --fail-under 90
coverage report --show-missing --fail-under 88
flake8 {[tox]project} tests setup.py
# pylint {[tox]project} tests setup.py