From 16581daefd74654b69b5d92390a69b72e0870449 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 2 Jul 2020 01:31:12 +0200 Subject: [PATCH] [ci] add windows py27 configuration for travis --- .travis.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b85b5413..69fa9854 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ matrix: os: osx env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile --disable-samplerate" AUBIO_NOTESTS=1 - - name: "Windows (Python 3.8.0)" + - name: "Windows (Python 3.8.0, lib only)" language: shell os: windows before_install: @@ -58,6 +58,15 @@ matrix: 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 python --version 2.7.11 + - choco install make + - python -m pip install --upgrade pip + env: PATH=/c/Python27:/c/Python27/Scripts:$PATH + script: - make test_python_only_clean addons: -- 2.11.0