From 43f01da40a93d36ff9544cb6872e47bc15183b38 Mon Sep 17 00:00:00 2001 From: Vince Reuter Date: Wed, 24 Apr 2019 11:53:08 -0400 Subject: [PATCH] do coverage with build --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e9ea51f..f42bdfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,9 @@ install: - pip install . - pip install -r requirements/requirements-dev.txt - pip install -r requirements/requirements-test.txt -script: pytest +script: pytest --cov=divvy +after_success: + - coveralls branches: only: - dev