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:
parent
7ddc3c49e6
commit
e95762398d
3
tox.ini
3
tox.ini
@ -26,6 +26,9 @@ commands =
|
||||
[testenv:venv]
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:docs]
|
||||
commands = python setup.py build_sphinx
|
||||
|
||||
[testenv:cover]
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
commands =
|
||||
|
Loading…
x
Reference in New Issue
Block a user