5354a0e971
Align our venv name with other OpenStack projects (such as keystone and heat) who are using 'docs' for there docs build. Change-Id: I20ff3c1df99fb50fbe16361024a44b04c03f0a67
17 lines
301 B
INI
17 lines
301 B
INI
[tox]
|
|
minversion = 1.6
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
sitepackages = True
|
|
usedevelop = True
|
|
setenv = VIRTUAL_ENV={envdir}
|
|
install_command = pip install -U {opts} {packages}
|
|
deps = -r{toxinidir}/requirements.txt
|
|
|
|
[testenv:venv]
|
|
commands = {posargs}
|
|
|
|
[testenv:docs]
|
|
commands = python setup.py build_sphinx
|