travis: Install imagemagick.

This commit is contained in:
Dylan Araps 2017-06-27 17:44:29 +10:00
parent 2cee85a15e
commit 79346ca941

View File

@ -2,6 +2,10 @@ language: python
python: python:
- "3.6" - "3.6"
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y imagemagick
install: install:
- pip install flake8 pylint - pip install flake8 pylint