From: Paul Brossier Date: Wed, 1 Jul 2020 22:53:35 +0000 (+0200) Subject: [ci] do not try to build link python-aubio to libaubio on windows in travis X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=69cd58c36e949af602d19ab9bcaa3711fd80d594;p=aubio.git [ci] do not try to build link python-aubio to libaubio on windows in travis --- diff --git a/.travis.yml b/.travis.yml index c366cf92..54795daa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,8 +55,8 @@ matrix: - python -m pip install --upgrade pip env: PATH=/c/Python38:/c/Python38/Scripts:$PATH script: - - make coverage - - make test_lib_python_clean + - make test_lib_only_clean + - make test_python_only_clean addons: apt: