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

30 lines
407 B
YAML
Raw Normal View History

2013-10-04 23:45:15 +00:00
language: python
env:
- TOX_ENV=py33
- TOX_ENV=py34
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 tox
- sudo apt-get install vpcs dynamips
2013-10-04 23:45:15 +00:00
script:
- tox -e $TOX_ENV
2013-10-04 23:45:15 +00:00
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