8000 CI install pillow in Travis cron job (#13080) · thomasjpfan/scikit-learn@9cff097 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9cff097

Browse files
qinhanmin2014thomasjpfan
authored andcommitted
CI install pillow in Travis cron job (scikit-learn#13080)
1 parent f8db656 commit 9cff097

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build_tools/travis/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ elif [[ "$DISTRIB" == "scipy-dev" ]]; then
101101
echo "Installing joblib master"
102102
pip install https://github.com/joblib/joblib/archive/master.zip
103103
export SKLEARN_SITE_JOBLIB=1
104+
echo "Installing pillow master"
105+
pip install https://github.com/python-pillow/Pillow/archive/master.zip
104106
pip install pytest pytest-cov
105107
fi
106108

0 commit comments

Comments
 (0)
0