From 0f369bc40b3ffd4cc07a530d0a23f28bb11323f6 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Thu, 23 Jul 2015 10:58:34 +0200 Subject: [PATCH] ifconfig is not available on travis new architecture --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 49c17d97..21753cf2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ install: - pip install coveralls script: - - ifconfig - py.test -v -s tests --cov gns3server --cov-report term-missing #branches: