summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-12-08 09:42:12 -0500
committerTres Seaver <tseaver@palladion.com>2014-12-08 09:42:12 -0500
commit2758cc61ccb9b9e3f0c6936a0f29b0b5ecab9b68 (patch)
tree7924a1d4142b7f71914dfd8497e70d7751e9a6d9
parent145a79325aa431994045b6967d9021ca0708ab6b (diff)
downloadzope-event-2758cc61ccb9b9e3f0c6936a0f29b0b5ecab9b68.tar.gz
Move coverage floor to setup.cfg.
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 09f805b..d13a159 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,6 +2,7 @@
nocapture=1
cover-package=zope.event
cover-erase=1
+cover-min-percentage=100
with-doctest=0
where=src
diff --git a/tox.ini b/tox.ini
index bd635c1..a976fa1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,7 @@ commands =
basepython =
python2.6
commands =
- nosetests --with-xunit --with-xcoverage --cover-min-percentage=100
+ nosetests --with-xunit --with-xcoverage
deps =
nose
coverage