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

Skip to content

Commit 03ed722

Browse files
qinhanmin2014thomasjpfan
authored andcommitted
CI install pillow in Travis cron job (scikit-learn#13080)
1 parent a73ed1c commit 03ed722

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
@@ -102,6 +102,8 @@ elif [[ "$DISTRIB" == "scipy-dev" ]]; then
102102
echo "Installing joblib master"
103103
pip install https://github.com/joblib/joblib/archive/master.zip
104104
export SKLEARN_SITE_JOBLIB=1
105+
echo "Installing pillow master"
106+
pip install https://github.com/python-pillow/Pillow/archive/master.zip
105107
pip install pytest pytest-xdist pytest-cov
106108
fi
107109

0 commit comments

Comments
 (0)
0