From aac604f94c8b94e5fa42449b422d2b3cf6247016 Mon Sep 17 00:00:00 2001 From: Tobias Witek Date: Sat, 20 Jun 2020 14:55:21 +0200 Subject: [PATCH] [travis] add missing dependency pytest-mock --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1586938..b730e3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: before_install: - sudo apt-get -qq update install: - - pip install -U coverage==4.3 pytest + - pip install -U coverage==4.3 pytest pytest-mock - pip install codeclimate-test-reporter script: - coverage run --source=. -m pytest tests -v