diff --git a/tox.ini b/tox.ini index 5cf24830..d8458b67 100644 --- a/tox.ini +++ b/tox.ini @@ -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