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:
Monty Taylor
2014-09-08 13:53:02 -07:00
parent 422d063857
commit cc7ffb72ab

View File

@@ -210,3 +210,7 @@ commands = pep8 --repeat --show-source pecan setup.py
# Generic environment for running commands like packaging
[testenv:venv]
commands={posargs}
[testenv:docs]
deps = sphinx
commands = python setup.py build_sphinx