From f39775add6794f04628887ff4ee5a1c967ef3104 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Thu, 9 Oct 2014 23:01:04 -0500 Subject: [PATCH] Remove the travis numpy --- tools/travis_setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/travis_setup.sh b/tools/travis_setup.sh index 9ef667e7..6ab65da3 100755 --- a/tools/travis_setup.sh +++ b/tools/travis_setup.sh @@ -2,6 +2,7 @@ set -ex pip install wheel flake8 coveralls nose +pip uninstall -y numpy # on Python 2.7, use the system versions of numpy, scipy, and matplotlib # and the minimum version of cython and networkx