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

Travis install netifaces

This commit is contained in:
Julien Duponchelle 2015-05-26 10:56:35 +02:00
parent 8636d3e337
commit dfd18f9483

View File

@ -7,6 +7,7 @@ before_install:
- sudo add-apt-repository ppa:gns3/ppa -y
- sudo apt-get update -q
- sudo apt-get install dynamips
- sudo apt-get install python3-netifaces
install:
- python setup.py install