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.
1 parent 3439344 commit 22ff9abCopy full SHA for 22ff9ab
tox.ini
@@ -7,7 +7,7 @@ ignore_basepython_conflict = True
7
[testenv]
8
basepython = python3
9
usedevelop = True
10
-install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -U {opts} {packages}
+install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -U {opts} {packages}
11
setenv =
12
VIRTUAL_ENV={envdir}
13
deps = -r{toxinidir}/requirements.txt
0 commit comments