summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlavio Percoco <flaper87@gmail.com>2015-12-15 22:29:43 -0430
committerFlavio Percoco <flaper87@gmail.com>2015-12-15 22:30:03 -0430
commitec02a149c37f28325ae502ff16193fa9e79b42eb (patch)
tree3ea1aaf53b19f910b17e372566cff644c6e002f5 /tox.ini
parentadafb675aeed90569ea90b091e9552c0582dcab5 (diff)
downloadglance_store-ec02a149c37f28325ae502ff16193fa9e79b42eb.tar.gz
Add docs section to tox.ini
Change-Id: I694de56e3927968e179e7e101dfb740c627699a8
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 624acdf..170a8b6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,6 +12,9 @@ deps = -r{toxinidir}/requirements.txt
.[s3,vmware,swift,gridfs,cinder]
commands = python setup.py testr --slowest --testr-args='{posargs}'
+[testenv:docs]
+commands = python setup.py build_sphinx
+
[tox:jenkins]
downloadcache = ~/cache/pip