diff --git a/tox.ini b/tox.ini index 6e43dda0c9..d1964cc4de 100644 --- a/tox.ini +++ b/tox.ini @@ -36,7 +36,7 @@ commands = coverage combine coverage html -i coverage xml -i - coverage report -i --fail-under=80.5 + coverage report -i --fail-under=81.5 [testenv:isort-apply] basepython = python3.6