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: I32a8138934cd7b027dcbad0c3627b3554013494e
This commit is contained in:
Monty Taylor 2014-09-08 13:51:34 -07:00
parent 72546fa0cb
commit 9720b7620c

View File

@ -25,7 +25,7 @@ commands = {posargs}
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
[testenv:doc]
[testenv:docs]
changedir = doc/source
commands = make html