Coverage is now on by default
authorSalim Fadhley <sal@stodge.org>
Sun, 16 Jun 2013 21:27:47 +0000 (22:27 +0100)
committerSalim Fadhley <sal@stodge.org>
Sun, 16 Jun 2013 21:27:47 +0000 (22:27 +0100)
setup.cfg

index 9e96090..f0cc800 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,16 +1,12 @@
 [build_sphinx]
 source-dir = doc/source
-build-dir  = doc/build
-all_files  = 1
+build-dir = doc/build
+all_files = 1
 
 [upload_sphinx]
 upload-dir = doc/build/html
 
 [nosetests]
-verbosity=1
-detailed-errors=1
-with-coverage=1
-cover-package=jenkinsapi
-debug=nose.loader
-pdb=1
-pdb-failures=1
\ No newline at end of file
+detailed-errors = 1
+with-coverage = 1
+cover-package = jenkinsapi
\ No newline at end of file