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: I3ed8f62d9d3637ce2541ea2aaf91209b60521113
This commit is contained in:
Monty Taylor 2014-09-08 13:47:17 -07:00
parent 06b9eb027c
commit 58a991c347
1 changed files with 1 additions and 1 deletions

View File

@ -34,5 +34,5 @@ show-source = true
ignore = E123,E125,H
select = H231
[testenv:doc]
[testenv:docs]
commands = python setup.py build_sphinx