From 7819d08df567fa1cae5edf0848a6896ae01b6f18 Mon Sep 17 00:00:00 2001 From: Albert Zeyer Date: Thu, 27 Apr 2017 10:34:25 +0200 Subject: [PATCH] travis: yet another pip scipy fix https://github.com/travis-ci/travis-ci/issues/2650 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9bed43f9ab..514bf0783e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ python: # command to install dependencies install: + - pip install --upgrade pip setuptools wheel - pip install --only-binary=numpy,scipy numpy - pip install -r requirements.txt - pip install tensorflow