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: I5908033d835d35a0650b77b01ff727d81eb79eb0
This commit is contained in:
Monty Taylor 2014-09-08 13:47:38 -07:00
parent e50c5ad2e9
commit ffd90ea117
1 changed files with 1 additions and 1 deletions

View File

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