Add docs environement to testing interface
As per the governance resolution https://review.openstack.org/119875 Change-Id: I3885e3684eef748831d97718bf41958be3a7d4fd
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -21,6 +21,9 @@ commands = {posargs}
|
|||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||||
|
|
||||||
|
[testenv:docs]
|
||||||
|
commands = python setup.py build_sphinx
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
# H404 is a docstring rule that is not followed at this time, but
|
# H404 is a docstring rule that is not followed at this time, but
|
||||||
# feel free to fix
|
# feel free to fix
|
||||||
|
Reference in New Issue
Block a user