From 0f01f2c31a7b8639f95aaf58652bc19681168e85 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" Date: Thu, 16 May 2019 14:52:40 +0200 Subject: [PATCH] Added the coverage command ... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e29293a2..218c27e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,6 @@ install: - pip install -r requirements.txt - pip install codecov script: - - python -m pytest -v + - python -m pytest --cov=nw -v after_success: - codecov