From fe7af7b3c10bc60133a3fb8a9eade6f25da5f061 Mon Sep 17 00:00:00 2001 From: Yassine Lamgarchal Date: Wed, 20 Aug 2014 16:45:18 +0200 Subject: [PATCH] Add the generation of the documentation in tox.ini Change-Id: I0a07cf1624b8f75ced8689804b1b1d0e4fbf91aa --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index aafe41dc..e163a1f6 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 =