upgrade pip before

This commit is contained in:
aor-fokus 2019-01-16 17:31:02 +01:00
parent af30e9cfe4
commit 8963d937a8

View File

@ -6,8 +6,10 @@ dist: xenial
# - sudo pip3 install --upgrade pip pyresttest
before_script:
- sudo apt update
- sudo apt install qemu-user-static python3 python3-pip
- sudo pip3 install --upgrade pip pyresttest
- sudo apt install qemu-user-static python3 python3-pip python3-setuptools
- sudo pip3 install --upgrade pip
- sudo python3 -m pip install --upgrade python3-setuptools
- sudo python3 -m pip install --upgrade pyresttest
- "./create-binary-docker backend"
- "./create-binary-docker backend -a arm"
- "./create-binary-docker gateway"