Do not override venvs

OpenStack infra jobs assume the virtual environments are setup in
a specific way. Do not override the virtual environments in any
tox target.

Change-Id: I7fa964207be08a99ef7b3573e2b8bb49b7b96f55
related-bug: #1352134
This commit is contained in:
Morgan Fainberg 2014-08-04 10:38:19 -07:00
parent 0970c250b5
commit f97bb37ffc

View File

@ -82,12 +82,10 @@ builtins = _
exclude=.venv,.git,.tox,build,dist,doc,*openstack/common*,*lib/python*,*egg,tools,vendor,.update-venv,*.ini,*.po,*.pot exclude=.venv,.git,.tox,build,dist,doc,*openstack/common*,*lib/python*,*egg,tools,vendor,.update-venv,*.ini,*.po,*.pot
[testenv:docs] [testenv:docs]
envdir = {toxworkdir}/venv
commands= commands=
python setup.py build_sphinx python setup.py build_sphinx
[testenv:sample_config] [testenv:sample_config]
envdir = {toxworkdir}/venv
commands = {toxinidir}/tools/config/generate_sample.sh commands = {toxinidir}/tools/config/generate_sample.sh
[hacking] [hacking]