update the tox link to opendev

Change-Id: I352aca681a987286c49e0ffa6c4b6f1a1de10b9c
This commit is contained in:
tonybrad 2019-04-30 16:49:20 +08:00
parent 4b4745f1cd
commit c3d0a8db97
1 changed files with 1 additions and 1 deletions

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]