summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2014-06-17 23:24:55 -0400
committerSteve Martinelli <stevemar@ca.ibm.com>2014-06-18 03:41:42 +0000
commit89cbdd1ae1f0ed2e55ffdc43fbed07e417751455 (patch)
treeb157ece517b29887c203161e658e7c3d82b97eb3
parentaba1fb2268b3e5a2c785742861d7ae086b18e9a7 (diff)
downloadpython-openstackclient-89cbdd1ae1f0ed2e55ffdc43fbed07e417751455.tar.gz
Add a docs job to tox.ini
A noticed that there wasn't a docs option when running tox. Thought it would be a good idea to add one. Partial-Bug: #1331304 Change-Id: I5af9ff5d5986ad546146c0fa73eb98256fd00c5f
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index cb958935..c646457f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,6 +23,10 @@ commands = python setup.py test --coverage --testr-args='{posargs}'
[tox:jenkins]
downloadcache = ~/cache/pip
+[testenv:docs]
+commands=
+ python setup.py build_sphinx
+
[flake8]
ignore = E126,E202,W602,H302,H402,E265,H305,H307,H405,H904
show-source = True