[CI] Add psutil and netifaces to Travis dependencies
This commit is contained in:
parent
14b8feeef1
commit
c23af541e4
1 changed files with 3 additions and 0 deletions
|
@ -5,4 +5,7 @@ python:
|
||||||
- "3.3"
|
- "3.3"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
|
install:
|
||||||
|
- pip install psutil
|
||||||
|
- pip install netifaces
|
||||||
script: nosetests -v tests/
|
script: nosetests -v tests/
|
||||||
|
|
Loading…
Reference in a new issue