summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2012-04-18 13:16:39 -0500
committerDean Troyer <dtroyer@gmail.com>2012-04-18 13:16:39 -0500
commitf4b5ef39f6f84e66af532583040c9be7556e9b69 (patch)
tree3f0ef9e30767067b2cbc016e04321044d5015460 /setup.cfg
downloadpython-openstackclient-f4b5ef39f6f84e66af532583040c9be7556e9b69.tar.gz
First commit
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 00000000..d63913d3
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,13 @@
+[nosetests]
+cover-package = openstackclient
+cover-html = true
+cover-erase = true
+cover-inclusive = true
+
+[build_sphinx]
+source-dir = docs/
+build-dir = docs/_build
+all_files = 1
+
+[upload_sphinx]
+upload-dir = docs/_build/html