Travis fails to install PIL dependencies, try to fix that.

This commit is contained in:
Simon
2013-02-15 10:27:46 +01:00
parent d19b17804b
commit 8ddf2e8e05

View File

@@ -3,10 +3,9 @@ python:
- "2.7"
- "2.6"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-pyexiv2
# Dependencies to build PIL
- sudo apt-get install -qq libfreetype6-dev libjpeg8-dev zlib1g-dev
- sudo apt-get update -qq
- sudo apt-get install -qq python-pyexiv2 libfreetype6-dev libjpeg8-dev zlib1g-dev
install:
- pip install nose unittest2 --use-mirrors
- pip install . --use-mirrors