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: Ie7c685c3af1abc480bcd7cf3d54e018ad74081a4
This commit is contained in:
Monty Taylor 2014-09-08 13:53:14 -07:00
parent f9f8ee1037
commit 4fc8863bd8
1 changed files with 1 additions and 1 deletions

View File

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