From: Paul Brossier Date: Sun, 17 Sep 2017 17:12:09 +0000 (+0200) Subject: .travis.yml: remap from installed package to local source X-Git-Tag: 0.4.6~23 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=b7399f12cb4512d8505798c4feabb4132eed6a12;p=aubio.git .travis.yml: remap from installed package to local source --- diff --git a/.travis.yml b/.travis.yml index e0e88f46..73035347 100644 --- a/.travis.yml +++ b/.travis.yml @@ -113,6 +113,8 @@ script: after_success: - | if [[ -z "$AUBIO_NOTESTS" ]]; then + sed 's|\"\([^"]*\)/\(aubio\/\)\([^"]*\.py\)"|"'$PWD'/python/lib/aubio/\3"|g' .coverage > .coverage.remap + mv -f .coverage.remap .coverage coveralls fi