summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-08-25 10:01:03 -0500
committerJason Madden <jamadden@gmail.com>2017-08-25 11:44:15 -0500
commitc5b04ca74abb72b3399730e670e7442f21283d3a (patch)
tree6c3c534907cce0e55d173040c25cf8f388ebcf3c /tox.ini
parent64af3f227d61aac8471bc3e837886b96c647262c (diff)
downloadzope-traversing-c5b04ca74abb72b3399730e670e7442f21283d3a.tar.gz
100% coverage. Minor whitespace cleanups.py36
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 194c2d6..90869b2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,7 @@ basepython =
python2.7
commands =
coverage run -m zope.testrunner --test-path=src []
- coverage report --fail-under=95
+ coverage report --fail-under=100
deps =
{[testenv]deps}
coverage