1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 18:08:55 +00:00
gns3-server/.travis.yml
Julien Duponchelle d10e707f4f
Turn off coveralls
2017-01-17 18:58:43 +01:00

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