1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00

ifconfig is not available on travis new architecture

This commit is contained in:
Julien Duponchelle 2015-07-23 10:58:34 +02:00
parent 631ad76149
commit 0f369bc40b

View File

@ -11,7 +11,6 @@ install:
- pip install coveralls - pip install coveralls
script: script:
- ifconfig
- py.test -v -s tests --cov gns3server --cov-report term-missing - py.test -v -s tests --cov gns3server --cov-report term-missing
#branches: #branches: