summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYassine Lamgarchal <yassine.lamgarchal@enovance.com>2014-08-20 16:45:18 +0200
committerYassine Lamgarchal <yassine.lamgarchal@enovance.com>2014-08-20 17:01:07 +0200
commitfe7af7b3c10bc60133a3fb8a9eade6f25da5f061 (patch)
treeb14804cd7278998700852ddb425e151d5fd15462
parent9c3f75621d97c51062179a843b2941e9240270c4 (diff)
downloadtooz-fe7af7b3c10bc60133a3fb8a9eade6f25da5f061.tar.gz
Add the generation of the documentation in tox.ini
Change-Id: I0a07cf1624b8f75ced8689804b1b1d0e4fbf91aa
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index aafe41d..e163a1f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -20,6 +20,9 @@ commands = {posargs}
commands =
bash -x {toxinidir}/setup-test-env.sh python setup.py testr --slowest --coverage --testr-args="{posargs}"
+[testenv:docs]
+commands = python setup.py build_sphinx
+
[testenv:pep8]
deps = hacking>=0.9.2,<0.10
commands =