diff --git a/tox.ini b/tox.ini index 2453f31b..8c2d0dbc 100644 --- a/tox.ini +++ b/tox.ini @@ -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