From 78453cb4d7fde7e899997af85ec996f9104a7977 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Thu, 9 Oct 2014 21:51:37 -0500 Subject: [PATCH] Numpy is the only one installed --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 78653fa8..a59390c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ before_install: - sudo apt-get update - travis_retry pip install wheel flake8 coveralls nose - - travis_retry pip uninstall -y numpy matplotlib scipy + - travis_retry 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 @@ -33,7 +33,7 @@ before_install: pip install https://github.com/networkx/networkx/archive/networkx-1.8.tar.gz; fi - - travis_retry pip install -r requirements.txt $WHEELHOUSE; + - travis_retry pip install -r requirements.txt $WHEELHOUSE; - python check_bento_build.py install: