gns3-registry/.travis.yml

14 lines
175 B
YAML

language: python
python:
- '3.4'
install:
- pip install -rrequirements.txt
addons:
apt:
packages:
- imagemagick
script:
- python check.py
#- python check_urls.py