Merge "Add tox 'docs' env to build Sphinx documentation"

This commit is contained in:
Jenkins 2015-05-09 05:34:28 +00:00 committed by Gerrit Code Review
commit 33c5b436e3

View File

@ -22,6 +22,10 @@ commands = flake8 nodepool
commands =
python setup.py testr --coverage
[testenv:docs]
commands =
python setup.py build_sphinx
[testenv:venv]
commands = {posargs}