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: I10f561c2f8c609eeec80de19a21d63ef3583388a
This commit is contained in:
Monty Taylor
2014-09-08 13:51:21 -07:00
parent 597c7f6500
commit ea723f4680

View File

@@ -18,7 +18,7 @@ commands = flake8
commands =
python setup.py testr --coverage
[testenv:doc]
[testenv:docs]
commands = python setup.py build_manpage
[testenv:venv]