From 8a723febd3047bfb13994b159f3b5ee45e009d86 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 11 Jan 2015 21:40:17 +0100 Subject: [PATCH] Only calculate coverage from vdirsyncer itself. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 917afde..6a10072 100755 --- a/build.sh +++ b/build.sh @@ -41,7 +41,7 @@ command__install_tests() { command__tests() { if [ "$TRAVIS" = "true" ]; then - coverage run --source=vdirsyncer/,tests/ --module pytest + coverage run --source=vdirsyncer/ --module pytest coveralls else py.test