diff --git a/tools/travis_before_install.sh b/tools/travis_before_install.sh index 41727cd7..f98e48de 100755 --- a/tools/travis_before_install.sh +++ b/tools/travis_before_install.sh @@ -32,9 +32,10 @@ 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 + 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 else virtualenv -p python --system-site-packages ~/venv fi