mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-18 14:28:08 +00:00
11 lines
162 B
YAML
11 lines
162 B
YAML
language: python
|
|
python:
|
|
- '3.5'
|
|
sudo: false
|
|
cache: pip
|
|
install:
|
|
- python setup.py install
|
|
- pip install -rdev-requirements.txt
|
|
script:
|
|
- py.test -v -s tests
|