From b85f0680c8eb76e0165fcd14db5509f53473135e Mon Sep 17 00:00:00 2001 From: Arthur Taylor Date: Mon, 18 May 2020 16:57:07 +0200 Subject: [PATCH] Update travis YML to run coverage --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 863a154d..efdfabd4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,6 @@ install: - pip install pipenv - pipenv install script: - - python -m unittest discover -s test + - coverage run after_success: - codecov