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: Ib3c26755b780e6910df3e18dffc5db24c30c0324
This commit is contained in:
parent
91e5fa465d
commit
4427ce1cc1
2
tox.ini
2
tox.ini
@ -22,7 +22,7 @@ commands = flake8
|
||||
commands =
|
||||
python setup.py testr --coverage
|
||||
|
||||
[testenv:doc]
|
||||
[testenv:docs]
|
||||
commands = python setup.py build_sphinx
|
||||
|
||||
[testenv:venv]
|
||||
|
Loading…
x
Reference in New Issue
Block a user