From 4c45e615dd6bb1dba4cc4b3e48c5b3f964218390 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" Date: Thu, 16 May 2019 14:54:44 +0200 Subject: [PATCH] Forgot the actual coverage package ... --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 218c27e7..304d68ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ python: # - "3.8-dev" install: - pip install -r requirements.txt + - pip install pytest-cov - pip install codecov script: - python -m pytest --cov=nw -v