[CI] Add "mock" to Travis dependencies
This commit is contained in:
parent
2e2351a69e
commit
6e3a9ec4d3
1 changed files with 1 additions and 0 deletions
|
@ -8,4 +8,5 @@ python:
|
|||
install:
|
||||
- pip install psutil
|
||||
- pip install netifaces
|
||||
- pip install mock
|
||||
script: nosetests -v tests/
|
||||
|
|
Loading…
Reference in a new issue