Merge "Add install_command in tox.ini"
This commit is contained in:
commit
8742b0d540
1
tox.ini
1
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user