Add 'docs' tox job for generation of docs

Add tox job for generation of docs, that allows developers to generate their
own docs before submitting code change.

Change-Id: I84f15301d72f0a94cdae36ee79756d52043e014b
Closes-Bug: #1395071
This commit is contained in:
vponomaryov 2014-11-26 15:12:09 +02:00
parent 1febd45223
commit e028e0922e

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}