From c23af541e40dba25dfc3d442bcaa71428a792e0f Mon Sep 17 00:00:00 2001 From: Tobi-wan Kenobi Date: Sat, 10 Dec 2016 19:32:22 +0100 Subject: [PATCH] [CI] Add psutil and netifaces to Travis dependencies --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 725e4f9..5ed60ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,7 @@ python: - "3.3" - "3.4" - "3.5" +install: + - pip install psutil + - pip install netifaces script: nosetests -v tests/