Merge "Use python -m pip instead pip command."

This commit is contained in:
Zuul 2019-11-14 10:21:01 +00:00 committed by Gerrit Code Review
commit 739e379e5b
1 changed files with 1 additions and 1 deletions

View File

@ -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