summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-09-12 09:56:15 -0500
committerJason Madden <jamadden@gmail.com>2017-09-12 09:56:15 -0500
commit0c6752c9148a895229cad9768f1fc2d4d6c94f1d (patch)
treecb91aeb9bc27947c970d94f1ddec59239c92e2c7 /tox.ini
parent2aa89d3f2de219709f677b88755aaf499a390eca (diff)
downloadzope-security-0c6752c9148a895229cad9768f1fc2d4d6c94f1d.tar.gz
100% coverage for testing.py
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 36a065c..59a677c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,7 +34,7 @@ basepython =
commands =
coverage run -m zope.testrunner --test-path=src []
coverage run -a -m sphinx -b doctest -d {envdir}/.cache/doctrees docs {envdir}/.cache/doctest
- coverage report --fail-under=92
+ coverage report --fail-under=100
deps =
{[testenv]deps}
coverage