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: I63b2a3a31ee5de8221ae27a231ad261ee29c2368
This commit is contained in:
Monty Taylor 2014-09-08 13:51:26 -07:00
parent 691037d0ee
commit f3a006a970
1 changed files with 1 additions and 1 deletions

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