From a2f9a38e020b0ae9717a7feb21254c713491dec3 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 30 Apr 2014 01:03:54 +0200 Subject: [PATCH] Install coverage.py outside of travis too --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4f95a7c..bd61376 100755 --- a/build.sh +++ b/build.sh @@ -12,7 +12,7 @@ _davserver() { } install_build_tests() { - $PIP_INSTALL pytest pytest-xprocess git+https://github.com/geier/leif + $PIP_INSTALL coverage pytest pytest-xprocess git+https://github.com/geier/leif _davserver $DAV_SERVER if [ "$TRAVIS" = "true" ]; then export CFLAGS=-O0 # speed up builds of packages which don't have wheels