mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +00:00
30 lines
455 B
YAML
30 lines
455 B
YAML
language: python
|
|
python:
|
|
- "3.3"
|
|
- "3.4"
|
|
|
|
before_install:
|
|
- sudo add-apt-repository ppa:gns3/ppa -y
|
|
- sudo apt-get update -q
|
|
- sudo apt-get install dynamips
|
|
|
|
install:
|
|
- python setup.py install
|
|
- pip install -rdev-requirements.txt
|
|
|
|
script:
|
|
- py.test -v -s tests
|
|
|
|
#branches:
|
|
# only:
|
|
# - master
|
|
|
|
notifications:
|
|
email: false
|
|
# irc:
|
|
# channels:
|
|
# - "chat.freenode.net#gns3"
|
|
# on_success: change
|
|
# on_failure: always
|
|
|