Merge "Use venv to build documentation"

This commit is contained in:
Jenkins 2014-02-05 19:07:27 +00:00 committed by Gerrit Code Review
commit 2ee687ee05
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ commands = flake8
commands =
python setup.py testr --coverage
[testenv:doc]
commands = python setup.py build_sphinx
[testenv:venv]
commands = {posargs}