Merge "also install a new pbr into the venvs"

This commit is contained in:
Jenkins 2015-05-04 18:42:03 +00:00 committed by Gerrit Code Review
commit ab00508aed

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 {