From ee87145bfed0f5d1ee3e31944085ee81c53e27ea Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Sun, 30 Jun 2013 18:07:05 -0400 Subject: [PATCH] Why are we installing python-imaging? We *are* Python Imaging --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b8f23421..f3f98e5d1 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 python-imaging" +install: "sudo apt-get -qq install libfreetype6-dev liblcms1-dev libwebp-dev" script: - python setup.py clean