summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-05-21 09:09:13 -0400
committerMonty Taylor <mordred@inaugust.com>2012-05-21 09:09:13 -0400
commitbee9ae504270c6cd73663ba1a6f63c32fc66850a (patch)
treed8d9449f34047e14c9caaf410c4ac49c50755d84 /setup.cfg
parenteb775a46ed907cc427303a9ad46e778eeb9c3784 (diff)
downloadpython-swiftclient-bee9ae504270c6cd73663ba1a6f63c32fc66850a.tar.gz
Added setup.cfg for verbose test output.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..6ff8a65
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,7 @@
+[nosetests]
+cover-package = swiftclient
+cover-html = true
+cover-erase = true
+cover-inclusive = true
+verbosity=2
+detailed-errors=1