From 74008c7b859a36f65e7dcaf99275025c9de74e84 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 26 Mar 2015 19:05:03 +0100 Subject: Turn off coverage output by default It's much simpler to spot the cause of test failures this way. --- setup.cfg | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.cfg') 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 -- cgit v1.2.3