jenkins: don't use pip 8

This commit is contained in:
Frédéric Péters 2016-01-20 15:26:15 +01:00
parent 77c92c7b95
commit 389cf06bf3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ test -d wcs || git clone http://git.entrouvert.org/wcs.git
export PIP_USE_WHEEL=no
(pip freeze | grep -q Quixote) || pip install quixote
(pip freeze | grep -q scgi) || pip install scgi
pip install --upgrade pip
pip install --upgrade 'pip<8'
pip install --upgrade pylint==1.4.0 astroid==1.3.2 # 1.4.1 is buggy
pip install --upgrade -r requirements.txt
pip install --upgrade pytest pytest-django pytest-cov WebTest