From 3eb0bdb4651251b37691af9ed97ea9973b0ad192 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Fri, 19 Apr 2013 17:18:10 -0700 Subject: [PATCH] check to see that we're not cross loading the PIL libraries --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f3f98e5d1..3b8f23421 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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