Merge "Use python -m pip instead pip command."
This commit is contained in:
commit
739e379e5b
2
tox.ini
2
tox.ini
@ -5,7 +5,7 @@ envlist = pep8,py27,py37,tht
|
||||
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
install_command = pip install {opts} {packages}
|
||||
install_command = {envpython} -m pip install {opts} {packages}
|
||||
deps =
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
|
||||
-r{toxinidir}/requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user