We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b85b9dc + 65d1a9c commit 0d322f4Copy full SHA for 0d322f4
tox.ini
@@ -7,8 +7,6 @@ usedevelop = True
7
passenv = ZUUL_CACHE_DIR
8
REQUIREMENTS_PIP_LOCATION
9
install_command = pip install {opts} {packages}
10
-setenv =
11
- VIRTUAL_ENV={envdir}
12
deps =
13
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
14
-r{toxinidir}/test-requirements.txt
@@ -49,7 +47,6 @@ commands = sphinx-build -W -b html doc/source doc/build/html
49
47
50
48
[testenv:pdf-docs]
51
basepython = python3
52
-envdir = {toxworkdir}/docs
53
deps = {[testenv:docs]deps}
54
allowlist_externals =
55
rm
0 commit comments