Merge "Add docs environment to tox.ini"

This commit is contained in:
Jenkins 2014-09-09 22:00:16 +00:00 committed by Gerrit Code Review
commit 2349d858f3

View File

@ -69,3 +69,7 @@ commands =
{envbindir}/pip install -r requirements.txt -r test-requirements.txt
{envbindir}/pip install pbr -t {envsitepackagesdir} # work around pbr being build installed in {toxinidir}
python setup.py testr --testr-args='{posargs}'
[testenv:docs]
commands = python setup.py build_sphinx