check to see that we're not cross loading the PIL libraries

This commit is contained in:
wiredfool 2013-04-19 17:18:10 -07:00
parent 026f6bb61e
commit 3eb0bdb465

View File

@ -6,7 +6,7 @@ python:
- 3.2
- 3.3
install: "sudo apt-get -qq install libfreetype6-dev liblcms1-dev libwebp-dev"
install: "sudo apt-get -qq install libfreetype6-dev liblcms1-dev libwebp-dev python-imaging"
script:
- python setup.py clean