[travis] add missing dependency pytest-mock

This commit is contained in:
Tobias Witek 2020-06-20 14:55:21 +02:00
parent 39fa7788b4
commit aac604f94c

View file

@ -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