1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-12 19:38:57 +00:00

Install vpcs on travis

This commit is contained in:
Julien Duponchelle 2015-01-19 17:50:09 +01:00
parent ed973dbcf2
commit 78015b800e

View File

@ -3,6 +3,11 @@ 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