Fix travis build with PIL.
This commit is contained in:
parent
752fdb2b18
commit
bdf290f076
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue