Fix travis build with PIL.

This commit is contained in:
Bastian Kleineidam 2013-12-09 19:00:47 +01:00
parent 752fdb2b18
commit bdf290f076

View file

@ -6,6 +6,10 @@ python:
branches:
only:
- master
# install libjpeg-dev for PIL to handle JPEGs
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libjpeg-dev
# command to install dependencies
install:
- pip install -r requirements.txt --use-mirrors