chnm / serendipomatic

http://serendipomatic.org/
26 stars 9 forks source link

Update .travis.yml #159

Closed lowks closed 10 years ago

lowks commented 10 years ago

Updating pip installation because PIL cannot be installed

lowks commented 10 years ago

This is from here: http://stackoverflow.com/questions/21242107/pip-install-pil-dont-install-into-virtualenv. While the --use-mirrors is deprecated, it's not really the one causing the build to fail. I just happen to chance upon your failing build while trawling around on github.

mialondon commented 10 years ago

Thank you! @rlskoeser are you following this too? (Also are you coming to Boston?)

rlskoeser commented 10 years ago

@lowks thanks for the fix.

We should probably switch from PIL to Pillow since PIL is no longer being actively maintained (Pillow is a fork of PIL and can be used as if it were PIL). That might let us drop the mirrors and other installation flags for the travis.yml.

@mialondon not coming to Boston but hope to have some time to collaborate remotely.