Merge "update the tox link to opendev"

This commit is contained in:
Zuul 2019-05-01 06:18:18 +00:00 committed by Gerrit Code Review
commit 735bcf3a2e

View File

@ -6,7 +6,7 @@ skipsdist = True
[testenv]
install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
passenv = *_proxy *_PROXY
[testenv:venv]