summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f3f35ac..f924d60 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,10 @@ language: python
python:
- "3.6"
+before_install:
+ - sudo apt-get -qq update
+ - sudo apt-get install -y imagemagick
+
install:
- pip install flake8 pylint