From 7eb7a6b1947248dafa95cabc7f8a65b98dbb9c28 Mon Sep 17 00:00:00 2001 From: blackfly Date: Tue, 14 Apr 2020 20:19:15 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9f21dcc..c162592 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,7 @@ cache: install: - pip install . --progress-bar off - - pip install codecov - - pip install pytest + - pip install -r requirements.txt script: - coverage run -m pytest