also install a new pbr into the venvs
Ensure we have an up to date pbr for running the tests. Change-Id: If5229146ce66e79c05e688d2a340008c14f3f6ec
This commit is contained in:
parent
1de3511f6a
commit
79387c1135
@ -5,7 +5,7 @@ function mkvenv {
|
||||
|
||||
rm -rf $venv
|
||||
virtualenv $venv
|
||||
$venv/bin/pip install -U pip wheel
|
||||
$venv/bin/pip install -U pip wheel pbr
|
||||
}
|
||||
|
||||
function install_all_of_gr {
|
||||
|
Loading…
x
Reference in New Issue
Block a user