summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSteve Baker <sbaker@redhat.com>2012-10-10 08:55:03 +1300
committerSteve Baker <sbaker@redhat.com>2012-10-10 08:55:03 +1300
commit1269bb20c770ca9869f54da9e1db9af7173b9809 (patch)
tree2f66d6bb8078a1e765b3215e3a93b7a3e5fa44e4 /setup.cfg
downloadpython-heatclient-1269bb20c770ca9869f54da9e1db9af7173b9809.tar.gz
Initial import
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg15
1 files changed, 15 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..ff57e67
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,15 @@
+[nosetests]
+cover-package = heatclient
+cover-html = true
+cover-erase = true
+cover-inclusive = true
+verbosity=2
+detailed-errors=1
+
+[build_sphinx]
+source-dir = doc/source
+build-dir = doc/build
+all_files = 1
+
+[upload_sphinx]
+upload-dir = doc/build/html