[travis] add missing dependency pytest-mock
This commit is contained in:
parent
39fa7788b4
commit
aac604f94c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ python:
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
install:
|
install:
|
||||||
- pip install -U coverage==4.3 pytest
|
- pip install -U coverage==4.3 pytest pytest-mock
|
||||||
- pip install codeclimate-test-reporter
|
- pip install codeclimate-test-reporter
|
||||||
script:
|
script:
|
||||||
- coverage run --source=. -m pytest tests -v
|
- coverage run --source=. -m pytest tests -v
|
||||||
|
|
Loading…
Reference in a new issue