mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 21:07:55 +00:00
Fix imagemagick installation
This commit is contained in:
parent
c10e4e80c6
commit
7c1d3c57c1
@ -3,6 +3,9 @@ python:
|
||||
- '3.4'
|
||||
install:
|
||||
- pip install -rrequirements.txt
|
||||
- apt-get install imagemagick
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- imagemagick
|
||||
script:
|
||||
- python check.py
|
||||
|
Loading…
Reference in New Issue
Block a user