gns3-registry/.travis.yml

15 lines
197 B
YAML
Raw Permalink Normal View History

2015-09-23 08:01:55 +00:00
language: python
python:
- '3.4'
install:
- pip install -rrequirements.txt
2015-10-09 11:54:49 +00:00
addons:
apt:
packages:
2019-08-16 03:38:56 +00:00
- libgnutls28-dev
2015-10-09 11:54:49 +00:00
- imagemagick
2015-09-23 08:01:55 +00:00
script:
- python check.py
#- python check_urls.py
2015-11-11 09:43:47 +00:00