From 7ec26fa46aeca6e35361a4dcce9d7ea233d8e76d Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Tue, 25 Oct 2016 09:40:25 +0200 Subject: [PATCH] Debug why there ist no coverage data. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b7620de..21d9b47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ install: script: - tox -e py after_success: - - coveralls - + - coveralls debug notifications: email: false