summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-12-08 09:32:42 -0500
committerTres Seaver <tseaver@palladion.com>2014-12-08 09:32:42 -0500
commit8dc9f0ba30f2c5caf879f6d8a7fb6882a0bde977 (patch)
tree72229dd80e046496db643fe56b0b323130875b2b
parent87ba383bdf265299a5dda182117e68334bc687c0 (diff)
downloadzope-event-8dc9f0ba30f2c5caf879f6d8a7fb6882a0bde977.tar.gz
Require 100% coverage.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a976fa1..bd635c1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,7 @@ commands =
basepython =
python2.6
commands =
- nosetests --with-xunit --with-xcoverage
+ nosetests --with-xunit --with-xcoverage --cover-min-percentage=100
deps =
nose
coverage