[CI] Add psutil and netifaces to Travis dependencies

This commit is contained in:
Tobi-wan Kenobi 2016-12-10 19:32:22 +01:00
parent 14b8feeef1
commit c23af541e4

View file

@ -5,4 +5,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
install:
- pip install psutil
- pip install netifaces
script: nosetests -v tests/