Add docs environment to tox.ini
As per the governance resolution https://review.openstack.org/119875, projects should have a docs environment in their tox.ini testing interface. Add one. Change-Id: Ic8285618f3a8b00767ef150411c2f25c09c311b6
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -210,3 +210,7 @@ commands = pep8 --repeat --show-source pecan setup.py
|
|||||||
# Generic environment for running commands like packaging
|
# Generic environment for running commands like packaging
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
commands={posargs}
|
commands={posargs}
|
||||||
|
|
||||||
|
[testenv:docs]
|
||||||
|
deps = sphinx
|
||||||
|
commands = python setup.py build_sphinx
|
||||||
|
Reference in New Issue
Block a user