Merge "Add specific docs build option to tox"

This commit is contained in:
Jenkins 2014-12-30 12:09:30 +00:00 committed by Gerrit Code Review
commit 276d7ab650
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ commands = {toxinidir}/tools/config/generate_sample.sh -b . -p cinder -o etc/cin
[testenv:venv]
commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
[flake8]
# Following checks are ignored on purpose.
#