summaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-03-26 19:05:03 +0100
committerGuido Günther <agx@sigxcpu.org>2015-03-27 12:10:55 +0100
commit74008c7b859a36f65e7dcaf99275025c9de74e84 (patch)
treea99c52a1b647db3e173f7da9a1cbbc5db753945e /setup.cfg
parent6968a5c8e8a30b5fd3b9746924ce87334dfc8d78 (diff)
Turn off coverage output by default
It's much simpler to spot the cause of test failures this way.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 82471592..b3408edd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,5 @@
[nosetests]
with-doctest=1
-with-xcoverage=1
with-xunit=1
cover-package=gbp
cover-erase=1