From c3dc93fac585fae31e51c5bc6c70dc63ec1189dd Mon Sep 17 00:00:00 2001 From: Danny Price Date: Fri, 31 Mar 2017 13:57:19 +0800 Subject: [PATCH] Update .travis.yml scipy is causing issues with travis-ci, trying some tips off https://github.com/travis-ci/travis-ci/issues/2650 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5e238c9b..d0d5a4bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ python: install: - sudo apt-get update -qq - sudo apt-get install -qq libhdf5-serial-dev + - pip install --upgrade pip setuptools wheel + - pip install --only-binary=numpy,scipy numpy scipy - pip install unittest2 - pip install -r requirements.txt - pip install . @@ -15,4 +17,4 @@ install: script: python tests/test_hickle.py branches: only: - - master \ No newline at end of file + - master