Fix install_command in tox.ini

Change-Id: Icd2e1a266bb0e26a059bad8aa60fb94dd9f261f7
This commit is contained in:
ZhongShengping 2019-04-22 14:28:36 +08:00
parent 43f03c9f42
commit 852d853e21
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ envlist = py{37,27}{,-mongodb,-mysql,-postgresql,-elasticsearch},pep8
[testenv]
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
install_command = pip install -U {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
usedevelop = True
setenv =
PANKO_BACKENDS=mongodb mysql postgresql