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