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: I15c78a3c208820f041c9c3fa957aeb03eb7ab398
This commit is contained in:
Monty Taylor 2014-09-08 13:51:37 -07:00
parent 63d9c503e9
commit de7e1d5507

View File

@ -26,3 +26,7 @@ setenv = NOSE_WITH_COVERAGE=1
[testenv:venv]
commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx