Merge "Add tox env to build docs"

This commit is contained in:
Jenkins
2014-04-18 13:54:53 +00:00
committed by Gerrit Code Review

View File

@@ -30,6 +30,10 @@ commands = flake8
[testenv:venv]
commands = {posargs}
[testenv:docs]
setenv = DJANGO_SETTINGS_MODULE=openstack_auth.tests.settings
commands = python setup.py build_sphinx
[tox:jenkins]
downloadcache = ~/cache/pip