summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-06-18 15:38:49 +0000
committerGerrit Code Review <review@openstack.org>2014-06-18 15:38:49 +0000
commitddcc66839372506f607d8f65b9a085b181291f2b (patch)
tree80ecc447b8d9efd8f82c19cc8fd67685a42829ad
parent1f2189d6ded9a13637608cf13b7e82591c39b99b (diff)
parent89cbdd1ae1f0ed2e55ffdc43fbed07e417751455 (diff)
downloadpython-openstackclient-ddcc66839372506f607d8f65b9a085b181291f2b.tar.gz
Merge "Add a docs job to tox.ini"
-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