mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-18 12:36:25 +00:00
15 lines
197 B
YAML
15 lines
197 B
YAML
language: python
|
|
python:
|
|
- '3.4'
|
|
install:
|
|
- pip install -rrequirements.txt
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- libgnutls28-dev
|
|
- imagemagick
|
|
script:
|
|
- python check.py
|
|
#- python check_urls.py
|
|
|