From: Raphael Michel Date: Mon, 3 Dec 2018 18:50:02 +0000 (+0100) Subject: Fixes for Travis CI X-Git-Tag: v2.0.0~1^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4436b0feabb7cea701b2d5808126fdb95fb2f47a;p=thirdparty%2Fpython-fints.git Fixes for Travis CI --- diff --git a/.travis.yml b/.travis.yml index 3edd5fd..58984a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,9 @@ python: - "3.4" - "3.5" - "3.6" - - "3.7" install: - pip install -U pip wheel coverage codecov - - pip install -r requirements.txt py.test + - pip install -r requirements.txt pytest - python setup.py develop script: - coverage run -m py.test -v tests/ && codecov