Disable html coverage generation
authorGuido Günther <agx@sigxcpu.org>
Wed, 6 Nov 2013 07:32:49 +0000 (08:32 +0100)
committerGuido Günther <agx@sigxcpu.org>
Wed, 6 Nov 2013 07:34:23 +0000 (08:34 +0100)
until python-nose is fixed.

setup.cfg

index bed2773..42fbe8e 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,8 +4,8 @@ with-xcoverage=1
 with-xunit=1
 cover-package=gbp
 cover-erase=1
-cover-html=1
-cover-html-dir=build/cover/
+#cover-html=1
+#cover-html-dir=build/cover/
 cover-min-percentage=68
 
 [epydoc]