summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2014-07-24 14:08:22 -0400
committerSteve Martinelli <stevemar@ca.ibm.com>2014-07-24 14:09:24 -0400
commit2f6eb4308cf0db0eba7d82627dcae58ae704d122 (patch)
tree8f328fd9dcfaae9e3db62400300b0c07df9aad29
parent3a7616cd126d8fbea0f0623dc04a2354968dc8b1 (diff)
downloadpython-ceilometerclient-2f6eb4308cf0db0eba7d82627dcae58ae704d122.tar.gz
Add docs job to tox.ini
This will allow developers to more easily run the docs job that generates the developerdocs for python-ceilometerclient Change-Id: I27bb80e476d4bef85d3a543d7b4738ec6c29b6db
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index dbfefa0..56dbb72 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,6 +24,10 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
[testenv:venv]
commands = {posargs}
+[testenv:docs]
+commands=
+ python setup.py build_sphinx
+
[flake8]
# H405 multi line docstring summary not separated with an empty line
# H904 Wrap long lines in parentheses instead of a backslash