mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-25 09:23:08 +01:00
travis: Install imagemagick.
This commit is contained in:
parent
2cee85a15e
commit
79346ca941
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user