jenkins: don't use pip 8

This commit is contained in:
Frédéric Péters 2016-01-20 19:33:44 +01:00
parent 7e81604e47
commit c7907335fb
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
pip install --upgrade setuptools
pip install --upgrade pip
pip install --upgrade 'pip<8'
pip install --editable .
pip install --upgrade pytest pytest-cov pytest-django pytest-mock
pip install --upgrade WebTest==2.0.16