Merge "Add specific docs build option to tox"

This commit is contained in:
Jenkins 2014-08-25 04:18:37 +00:00 committed by Gerrit Code Review
commit ac190572cc
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ commands =
[testenv:venv]
commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}
commands =