From 2613b81bf72c8261a3de7b7f41e627fdbefb2ae7 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 17 Feb 2015 11:12:24 -0600 Subject: [PATCH] Fix name of pil package --- tools/travis_before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis_before_install.sh b/tools/travis_before_install.sh index 6f826d2d..f98e48de 100755 --- a/tools/travis_before_install.sh +++ b/tools/travis_before_install.sh @@ -32,7 +32,7 @@ retry () { # and the minimum version of cython and networkx if [[ $TRAVIS_PYTHON_VERSION == 2.7* ]]; then virtualenv --system-site-packages ~/venv - sudo apt-get install python-scipy python-matplotlib python-pil + sudo apt-get install python-scipy python-matplotlib python-imaging sed -i 's/cython>=/cython==/g' requirements.txt sed -i 's/networkx>=/networkx==/g' requirements.txt sed -i '/pillow/d' requirements.txt