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

30 lines
459 B
YAML
Raw Normal View History

2013-10-04 23:45:15 +00:00
language: python
python:
- "3.3"
2014-05-14 17:24:14 +00:00
- "3.4"
2013-10-04 23:45:15 +00:00
before_install:
- "sudo add-apt-repository ppa:gns3/ppa -y"
- "sudo apt-get update -q"
2013-10-04 23:45:15 +00:00
install:
- "pip install -r requirements.txt --use-mirrors"
- "pip install tox"
- "sudo apt-get install vpcs dynamips"
2013-10-04 23:45:15 +00:00
script: "python setup.py test"
branches:
only:
- master
2013-10-04 23:45:15 +00:00
notifications:
email: false
irc:
channels:
- "chat.freenode.net#gns3"
on_success: change
on_failure: always