mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-23 14:42:28 +00:00
25 lines
356 B
YAML
25 lines
356 B
YAML
|
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
|
||
|
|