1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 01:48:59 +00:00
gns3-server/.travis.yml
2017-02-20 10:56:48 +01:00

13 lines
186 B
YAML

language: python
python:
- '3.4'
- '3.5'
- '3.6'
sudo: false
cache: pip
install:
- python setup.py install
- pip install -rdev-requirements.txt
script:
- py.test -v -s tests