summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
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