[fix] install gm for travis

This commit is contained in:
Laurent Peuch 2016-05-12 02:27:14 +02:00
parent a3cf8f14ee
commit 7c9e7dc304

View File

@ -1,5 +1,7 @@
sudo: required
language: python language: python
install: install:
- sudo apt-get install graphicsmagick
- pip install -r requirements.txt - pip install -r requirements.txt
- python setup.py develop - python setup.py develop
python: python: