From: Paul Brossier Date: Wed, 1 Jul 2020 22:45:06 +0000 (+0200) Subject: [ci] no coverage on windows in travis X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=d6352bf79ba83d3439a298ad9e10df51f6327253;p=aubio.git [ci] no coverage on windows in travis --- diff --git a/.travis.yml b/.travis.yml index feac917f..ad389fde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,6 +54,9 @@ matrix: - choco install make - python -m pip install --upgrade pip env: PATH=/c/Python38:/c/Python38/Scripts:$PATH + script: + - make coverage + - make test_lib_python_clean addons: apt: