summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorVictor Sergeyev <vsergeyev@mirantis.com>2014-05-30 11:58:09 +0300
committerVictor Sergeyev <vsergeyev@mirantis.com>2014-06-06 12:47:17 +0300
commitdf1c1dc23c99a1f06a312db50e1c1368be83a315 (patch)
treedb52b5115a48ed31cd0aef7455ab1ba376701ac3 /tox.ini
parentfb889453b73be8ba2be9362e53234c42bb4330c0 (diff)
downloadoslo-db-df1c1dc23c99a1f06a312db50e1c1368be83a315.tar.gz
Added ``docs`` environment to tox.ini
Added the new tox environment to build docs. Fixes in oslo.db documentation building Change-Id: Icab4f299df3d8a4c40dc4fd7292609109f206afd
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 1c483a6..fef9a35 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,6 +26,10 @@ commands = {posargs}
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
+[testenv:docs]
+commands =
+ python setup.py build_sphinx
+
[flake8]
# H803 skipped on purpose per list discussion.
# E123, E125 skipped as they are invalid PEP-8.