From: Raphael Michel Date: Mon, 3 Dec 2018 19:13:17 +0000 (+0100) Subject: Add pytest-mock to travis dependencies X-Git-Tag: v2.0.0~1^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f14d93772f0729fd69e24a07bec3a949a9c091be;p=thirdparty%2Fpython-fints.git Add pytest-mock to travis dependencies --- 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