From 1f26a668e87fe70be17fd19d8bd38af43d2ea65e Mon Sep 17 00:00:00 2001 From: Hanmin Qin Date: Sun, 3 Feb 2019 20:13:06 +0800 Subject: [PATCH] [scipy-dev] CI install pillow in Travis cron job --- build_tools/travis/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_tools/travis/install.sh b/build_tools/travis/install.sh index d79f8845a3d89..b2e025eaf9d4a 100755 --- a/build_tools/travis/install.sh +++ b/build_tools/travis/install.sh @@ -101,6 +101,8 @@ elif [[ "$DISTRIB" == "scipy-dev" ]]; then echo "Installing joblib master" pip install https://github.com/joblib/joblib/archive/master.zip export SKLEARN_SITE_JOBLIB=1 + echo "Installing pillow master" + pip install https://github.com/python-pillow/Pillow/archive/master.zip pip install pytest pytest-cov fi