From 79387c11354bf7d99e43bf4e3dcfd668aa47a654 Mon Sep 17 00:00:00 2001
From: Sean Dague <sean@dague.net>
Date: Thu, 12 Feb 2015 12:14:32 -0500
Subject: [PATCH] also install a new pbr into the venvs

Ensure we have an up to date pbr for running the tests.

Change-Id: If5229146ce66e79c05e688d2a340008c14f3f6ec
---
 tools/integration.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/integration.sh b/tools/integration.sh
index 050b54a415..8911a44d4d 100644
--- a/tools/integration.sh
+++ b/tools/integration.sh
@@ -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 {