gns3-server/.travis.yml

25 lines
356 B
YAML
Raw Normal View History

2013-10-04 23:45:15 +00:00
language: python
python:
- "2.6"
- "2.7"
- "pypy"
- "3.3"
install:
- "pip install -r requirements.txt --use-mirrors"
- "pip install tox"
script: "python setup.py test"
notifications:
email: false
irc:
channels:
- "chat.freenode.net#gns3"
on_success: change
on_failure: always
use_notice: true
skip_join: true