From 69cd58c36e949af602d19ab9bcaa3711fd80d594 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 2 Jul 2020 00:53:35 +0200 Subject: [PATCH] [ci] do not try to build link python-aubio to libaubio on windows in travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.11.0