Install newer pip version in CI (#627)

* Update pip in CI

* Longer timeout for docker build

* Increase travis timeout

* revert changes to travis file
pull/633/head
Willem Melching 2019-05-07 21:56:45 +02:00 committed by GitHub
parent a321836788
commit 184ba93833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y \
ocl-icd-opencl-dev \
opencl-headers
RUN pip install --upgrade pip==18.0
RUN pip install numpy==1.11.2 scipy==0.18.1 matplotlib==2.1.2
COPY requirements_openpilot.txt /tmp/