Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: I72523f8eb275076e0970f98346add7483d2d46b1
This commit is contained in:
parent
76a5c83c2f
commit
10fc2d350b
2
tox.ini
2
tox.ini
@ -14,7 +14,7 @@ whitelist_externals =
|
||||
bash
|
||||
rm
|
||||
env
|
||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
|
||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
|
||||
setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
LANGUAGE=en_US
|
||||
|
Loading…
Reference in New Issue
Block a user