Merge "Add specific docs build option to tox"

This commit is contained in:
Jenkins 2014-08-26 02:21:16 +00:00 committed by Gerrit Code Review
commit 089bfd433e

View File

@ -55,6 +55,9 @@ commands =
[testenv:venv]
commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
[flake8]
# E125 continuation line does not distinguish itself from next logical line
# E126 continuation line over-indented for hanging indent