Add the generation of the documentation in tox.ini

Change-Id: I0a07cf1624b8f75ced8689804b1b1d0e4fbf91aa
This commit is contained in:
Yassine Lamgarchal 2014-08-20 16:45:18 +02:00
parent 9c3f75621d
commit fe7af7b3c1
1 changed files with 3 additions and 0 deletions

View File

@ -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 =