Skip to content

Commit

Permalink
PIL version != pillow version
Browse files Browse the repository at this point in the history
  • Loading branch information
arve0 committed May 28, 2015
1 parent eae5762 commit 9ea962a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis_before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ echo "cython>=0.21" >> requirements.txt
if [[ $TRAVIS_PYTHON_VERSION == 2.7* ]]; then
sed -i 's/>=/==/g' requirements.txt
# PIL instead of Pillow
sed -i 's/pillow/pil/g' requirements.txt
sed -i 's/pillow.*/pil==1.1.7/g' requirements.txt
WHEELBINARIES=${WHEELBINARIES/pillow/pil}
fi

Expand Down

0 comments on commit 9ea962a

Please sign in to comment.