Merge "Add install_command in tox.ini"

This commit is contained in:
Zuul 2019-04-22 08:51:08 +00:00 committed by Gerrit Code Review
commit 8742b0d540
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ envlist = py{27}{,-mysql,-postgresql},functional,pep8
[testenv]
# NOTE(tonyb): This project has chosen to *NOT* consume upper-constraints.txt
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
setenv =
AODH_TEST_DRIVERS=postgresql mysql
mysql: AODH_TEST_DRIVERS=mysql