Rename doc environment to docs

As per the governance resolution https://review.openstack.org/119875,
projects should have a docs environment in their tox.ini testing
interface. Rename the doc environment to docs.

Change-Id: I1ad04bd2c3a0404a2ee6d809154c72bc896d0c36
This commit is contained in:
Monty Taylor 2014-09-08 13:47:26 -07:00
parent 2d74b16620
commit 906eebb0e0

View File

@ -37,7 +37,7 @@ commands = jenkins-jobs test -o .test/old/out/ .test/old/config/
[testenv:compare-xml-new]
commands = jenkins-jobs test -o .test/new/out/ .test/new/config/
[testenv:doc]
[testenv:docs]
commands = python setup.py build_sphinx
[testenv:venv]