Add specific docs build option to tox

Add doc venv to align with other OpenStack projects (such as Keystone,
Heat and Nova) who are using 'docs' for their doc builds.

Change-Id: Ib26cdac7142e9ec9efc231a578c14bfc7936ae61
This commit is contained in:
Thomas Bechtold 2014-08-21 17:03:06 +02:00
parent 7ddc3c49e6
commit e95762398d
1 changed files with 3 additions and 0 deletions

View File

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