Skip to content

Commit 0d322f4

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "tox: Drop envdir"
2 parents b85b9dc + 65d1a9c commit 0d322f4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ usedevelop = True
77
passenv = ZUUL_CACHE_DIR
88
REQUIREMENTS_PIP_LOCATION
99
install_command = pip install {opts} {packages}
10-
setenv =
11-
VIRTUAL_ENV={envdir}
1210
deps =
1311
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
1412
-r{toxinidir}/test-requirements.txt
@@ -49,7 +47,6 @@ commands = sphinx-build -W -b html doc/source doc/build/html
4947

5048
[testenv:pdf-docs]
5149
basepython = python3
52-
envdir = {toxworkdir}/docs
5350
deps = {[testenv:docs]deps}
5451
allowlist_externals =
5552
rm

0 commit comments

Comments
 (0)