From f14d93772f0729fd69e24a07bec3a949a9c091be Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 3 Dec 2018 20:13:17 +0100 Subject: [PATCH] Add pytest-mock to travis dependencies --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 58984a1..cbd252f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: - "3.6" install: - pip install -U pip wheel coverage codecov - - pip install -r requirements.txt pytest + - pip install -r requirements.txt pytest pytest-mock - python setup.py develop script: - coverage run -m py.test -v tests/ && codecov -- 2.47.2