From 39e1bb9376379c9ce33dcac94b1caf7244589b69 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 23 Dec 2015 05:54:12 -0600 Subject: [PATCH] Lower required matplotlib version on 2.6 test --- tools/travis_before_install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/travis_before_install.sh b/tools/travis_before_install.sh index 8f131102..b4baeaf4 100755 --- a/tools/travis_before_install.sh +++ b/tools/travis_before_install.sh @@ -33,8 +33,10 @@ retry () { echo "cython>=0.21" >> requirements.txt # require networkx 1.9.1 on 2.6, as 2.6 support was dropped in 1.10 +# require matplotlib 1.4.3 on 2.6, as 2.6 support was dropped in 1.5 if [[ $TRAVIS_PYTHON_VERSION == 2.6* ]]; then sed -i 's/networkx.*/networkx==1.9.1/g' requirements.txt + sed -i 's/matplotlib.*/matplotlib==1.4.3/g' requirements.txt fi # test minimum requirements on 2.7