1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-09 17:38:57 +00:00
gns3-server/.travis.yml
Julien Duponchelle 2df3525ffe Add code coverage
2015-02-05 10:46:27 +01:00

33 lines
543 B
YAML

language: python
python:
- "3.3"
- "3.4"
before_install:
- sudo add-apt-repository ppa:gns3/ppa -y
- sudo apt-get update -q
- sudo apt-get install dynamips
install:
- python setup.py install
- pip install -rdev-requirements.txt
script:
- py.test -v -s tests --cov gns3server --cov-report term-missing
#branches:
# only:
# - master
notifications:
email:
- julien@gns3.net
# irc:
# channels:
# - "chat.freenode.net#gns3"
# on_success: change
# on_failure: always
after_success:
- coveralls