1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-09 17:38:57 +00:00
gns3-server/.travis.yml

14 lines
252 B
YAML
Raw Normal View History

2013-10-04 23:45:15 +00:00
language: python
2015-01-19 10:51:39 +00:00
python:
2015-11-03 09:59:03 +00:00
- '3.5'
sudo: false
cache: pip
2013-10-04 23:45:15 +00:00
install:
2015-09-04 07:05:44 +00:00
- python setup.py install
- pip install -rdev-requirements.txt
- pip install coveralls
script:
2015-09-04 07:05:44 +00:00
- py.test -v -s tests --cov gns3server --cov-report term-missing
2015-02-05 09:46:27 +00:00
after_success:
2015-09-04 07:05:44 +00:00
- coveralls