gns3-server/.travis.yml

25 lines
329 B
YAML
Raw Normal View History

2013-10-05 02:45:15 +03:00
language: python
2015-01-19 12:51:39 +02:00
python:
- "3.3"
- "3.4"
2013-10-05 02:45:15 +03:00
install:
2015-01-19 12:51:39 +02:00
- python setup.py install
- pip install -rdev-requirements.txt
2013-10-05 02:45:15 +03:00
script:
2015-01-19 12:51:39 +02:00
- py.test -v -s tests
2013-10-05 02:45:15 +03:00
2015-01-14 11:39:46 +02:00
#branches:
# only:
# - master
2013-10-05 02:45:15 +03:00
notifications:
email: false
2015-01-14 11:39:46 +02:00
# irc:
# channels:
# - "chat.freenode.net#gns3"
# on_success: change
# on_failure: always
2013-10-05 02:45:15 +03:00