Add docs job to tox.ini
This will allow developers to more easily run the docs job that generates the developerdocs for python-ceilometerclient Change-Id: I27bb80e476d4bef85d3a543d7b4738ec6c29b6db
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -24,6 +24,10 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||
[testenv:venv]
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:docs]
|
||||
commands=
|
||||
python setup.py build_sphinx
|
||||
|
||||
[flake8]
|
||||
# H405 multi line docstring summary not separated with an empty line
|
||||
# H904 Wrap long lines in parentheses instead of a backslash
|
||||
|
||||
Reference in New Issue
Block a user