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:
Steve Martinelli
2014-07-24 14:08:22 -04:00
parent 3a7616cd12
commit 2f6eb4308c

View File

@@ -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