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 vpcs 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