Commit ac03f45a authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge branch 'pip' into 'master'

update pip before doing anything

See merge request !3
parents 8de4f870 fa68b65d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@ export PATH=`pwd`/.env/local/bin:$PATH

PIP="${PY_EXE} $(which pip)"

$PIP install --upgrade pip
$PIP install setuptools

# Pinned to 3.0.4 because of https://github.com/pytest-dev/pytest/issues/2434