summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorGustavo Picon <tabo@tabo.pe>2014-01-11 14:28:32 -0500
committerGustavo Picon <tabo@tabo.pe>2014-01-11 14:28:32 -0500
commit0bcce8cc1e0536a7113c1689a7e6bd596dea252a (patch)
treef8e24e3d61fde5f068c6c9d2d4760cc5d48dc674 /setup.cfg
parent3bcb638827beb40aa07561f76acc9dc3dd684e00 (diff)
downloadcherrypy-git-0bcce8cc1e0536a7113c1689a7e6bd596dea252a.tar.gz
Removing mandatory coverage when running the tests.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index f8cc0843..f342bfa8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,10 +2,7 @@
formats=gztar
[nosetests]
-cover-erase=True
-with-coverage=True
where=cherrypy
-cover-package=cherrypy
logging-filter=cherrypy
verbosity=2
nocapture=True