Merge "tox: Drop envdir"
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -7,8 +7,6 @@ usedevelop = True
|
|||||||
passenv = ZUUL_CACHE_DIR
|
passenv = ZUUL_CACHE_DIR
|
||||||
REQUIREMENTS_PIP_LOCATION
|
REQUIREMENTS_PIP_LOCATION
|
||||||
install_command = pip install {opts} {packages}
|
install_command = pip install {opts} {packages}
|
||||||
setenv =
|
|
||||||
VIRTUAL_ENV={envdir}
|
|
||||||
deps =
|
deps =
|
||||||
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
@@ -49,7 +47,6 @@ commands = sphinx-build -W -b html doc/source doc/build/html
|
|||||||
|
|
||||||
[testenv:pdf-docs]
|
[testenv:pdf-docs]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
envdir = {toxworkdir}/docs
|
|
||||||
deps = {[testenv:docs]deps}
|
deps = {[testenv:docs]deps}
|
||||||
allowlist_externals =
|
allowlist_externals =
|
||||||
rm
|
rm
|
||||||
|
Reference in New Issue
Block a user