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: I35e3142a0e21760136ea31a630f67a0df39bf720
This commit is contained in:
Monty Taylor 2014-09-08 13:47:48 -07:00
parent 42675b2d7a
commit d636fab217
1 changed files with 4 additions and 0 deletions

View File

@ -37,3 +37,7 @@ commands = {toxinidir}/integration-tests/openstackclient-stable.sh {envdir}
basepython = python2.7
deps = -egit+http://git.openstack.org/cgit/openstack/python-openstackclient#egg=openstackclient
commands = {toxinidir}/integration-tests/openstackclient-tip.sh {envdir}
[testenv:docs]
commands = python setup.py build_sphinx