Skip to content

Commit

Permalink
CI install pillow in Travis cron job (scikit-learn#13080)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinhanmin2014 authored Feb 4, 2019
1 parent a73260d commit 0d0feef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_tools/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0d0feef

Please sign in to comment.