From b51d95f3e2f234f1a32b109b0629c4d0a5515298 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Thu, 9 Oct 2014 20:47:12 -0500 Subject: [PATCH] Try removing the system numpy --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9325de32..dda55455 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ before_install: - sudo apt-get update - travis_retry pip install wheel flake8 coveralls nose + - travis_retry pip uninstall numpy # on Python 2.7, use the system versions of numpy, scipy, and matplotlib # and the minimum version of cython and networkx