summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a877ffb7f..9633b6980 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,6 +7,7 @@ where=pyramid
nocapture=1
cover-package=pyramid
cover-erase=1
+cover-min-percentage=100
[aliases]
dev = develop easy_install pyramid[testing]
diff --git a/tox.ini b/tox.ini
index 3f32dbc3f..714c5b6d3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,7 @@ basepython =
python2.6
commands =
python setup.py dev
- python setup.py nosetests --with-xunit --with-xcoverage --cover-min-percentage=100
+ python setup.py nosetests --with-xunit --with-xcoverage
deps =
nosexcover