From 4436b0feabb7cea701b2d5808126fdb95fb2f47a Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 3 Dec 2018 19:50:02 +0100 Subject: [PATCH] Fixes for Travis CI --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.2