From 15cf41b23d2a1bdf44d4cc1de27022cd2673a873 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" Date: Thu, 16 May 2019 14:45:40 +0200 Subject: [PATCH] Added coverage --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2c0947d1..88e74ffa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,8 @@ python: # - "3.8-dev" install: - pip install -r requirements.txt + - pip install --user codecov script: - python -m pytest -v +after_success: + - codecov