Remove cap for pip version

Since pip 8.0.2 is released the cap for pip vestion is no longer needed

Change-Id: Ib404911746147e8fc1d71f0741a6bf06d56829e5
This commit is contained in:
Nikolai Starodubtsev 2016-01-26 17:25:13 +03:00
parent 177643413f
commit 34d2ecc830
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class InstallVenv(object):
# First things first, make sure our venv has the latest pip and
# setuptools and pbr
self.pip_install('pip>=1.4,<8')
self.pip_install('pip>=1.4')
self.pip_install('setuptools')
self.pip_install('pbr')