mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-31 00:24:52 +00:00
8 lines
101 B
YAML
8 lines
101 B
YAML
|
language: python
|
||
|
python:
|
||
|
- '3.4'
|
||
|
install:
|
||
|
- pip install -rrequirements.txt
|
||
|
script:
|
||
|
- python check.py
|