summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2014-07-24 17:44:22 -0400
committerSteve Martinelli <stevemar@ca.ibm.com>2014-07-24 17:44:37 -0400
commite79031b70a0a9ece99bf2e64ee661a31a0070995 (patch)
tree0abfce4ba6d6ab0c25f7df86b027ed932573ccc2 /tox.ini
parent68c1d1fbc614d11b95f2fd6da26fd669e40f4186 (diff)
downloadpython-glanceclient-e79031b70a0a9ece99bf2e64ee661a31a0070995.tar.gz
Add a tox job for generating docs
Add a tox job to make it easier for developers to generate their own docs before submitting a patch. Change-Id: I1897407d0db901c61360a196b365b0661eb65b66
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 5c97677..b2182ff 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,6 +24,10 @@ commands = {posargs}
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
+[testenv:docs]
+commands=
+ python setup.py build_sphinx
+
[tox:jenkins]
downloadcache = ~/cache/pip