mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-05 23:59:09 +00:00
f4e51ea74f
and ZMQ Router/Dealer implementations.
25 lines
326 B
YAML
25 lines
326 B
YAML
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
|
|
|
|
notifications:
|
|
email: false
|
|
irc:
|
|
channels:
|
|
- "chat.freenode.net#gns3"
|
|
on_success: change
|
|
on_failure: always
|
|
|