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

25 lines
326 B
YAML
Raw Normal View History

2013-10-04 23:45:15 +00:00
language: python
python:
- "2.7"
- "3.3"
install:
- "pip install -r requirements.txt --use-mirrors"
- "pip install tox"
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