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:
Sean Dague 2015-02-12 12:14:32 -05:00
parent 1de3511f6a
commit 79387c1135

View File

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