mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-12 19:38:57 +00:00
27 lines
347 B
YAML
27 lines
347 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"
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
notifications:
|
|
email: false
|
|
irc:
|
|
channels:
|
|
- "chat.freenode.net#gns3"
|
|
on_success: change
|
|
on_failure: always
|
|
|