mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-02-21 17:36:40 +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
|