From 98cfdea4d963bd7caf5a8c8c1cbf0b04db11295c Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 2 Jul 2020 09:39:30 +0200 Subject: [PATCH] [ci] remove windows py27 travis configuration, use AUBIO_NOTESTS=1 on win too --- .travis.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index 66a2dd5d..1b636d36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,19 +57,7 @@ matrix: - choco install python --version 3.8.0 - choco install make - python -m pip install --upgrade pip - env: PATH=/c/Python38:/c/Python38/Scripts:$PATH - script: - - make test_lib_only_clean - - name: "Windows (Python 2.7.11)" - language: shell - os: windows - before_install: - - choco install vcpython27 - - choco install make - - python -m pip install --upgrade pip - env: PATH=/c/Python27:/c/Python27/Scripts:$PATH - script: - - make test_python_only_clean + env: PATH=/c/Python38:/c/Python38/Scripts:$PATH AUBIO_NOTESTS=1 addons: apt: -- 2.11.0