Fix imagemagick installation

This commit is contained in:
Julien Duponchelle 2015-10-09 13:54:49 +02:00
parent c10e4e80c6
commit 7c1d3c57c1

View File

@ -3,6 +3,9 @@ python:
- '3.4'
install:
- pip install -rrequirements.txt
- apt-get install imagemagick
addons:
apt:
packages:
- imagemagick
script:
- python check.py