add nosetests settings to the cfg file
authorSalim Fadhley <sal@stodge.org>
Sun, 16 Jun 2013 21:21:02 +0000 (22:21 +0100)
committerSalim Fadhley <sal@stodge.org>
Sun, 23 Jun 2013 20:21:49 +0000 (21:21 +0100)
setup.cfg

index a0438ef..9e96090 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,3 +5,12 @@ 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