Merge "Add 'docs' tox job for generation of docs"

This commit is contained in:
Jenkins 2014-12-03 15:06:50 +00:00 committed by Gerrit Code Review
commit 32e7de9850

View File

@ -21,6 +21,9 @@ commands =
[testenv:venv]
commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
[testenv:functional]
setenv =
VIRTUAL_ENV = {envdir}