From d5e0ccc0023d54bb45b84fb5cd596be6abb1e8ee Mon Sep 17 00:00:00 2001 From: Gabriel Pettier Date: Sun, 13 May 2018 18:48:29 +0200 Subject: [PATCH] comment out failing mingw appveyor builds --- appveyor.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index cb125c36b..a163c403a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,18 +13,18 @@ environment: MSYSTEM: MINGW64 CHERE_INVOKING: 1 matrix: - - PYVER: 27 - BITTNESS: 86 - COMPILER: mingw - - PYVER: 27 - BITTNESS: 64 - COMPILER: mingw - - PYVER: 34 - BITTNESS: 86 - COMPILER: mingw - - PYVER: 34 - BITTNESS: 64 - COMPILER: mingw + # - PYVER: 27 + # BITTNESS: 86 + # COMPILER: mingw + # - PYVER: 27 + # BITTNESS: 64 + # COMPILER: mingw + # - PYVER: 34 + # BITTNESS: 86 + # COMPILER: mingw + # - PYVER: 34 + # BITTNESS: 64 + # COMPILER: mingw - PYVER: 35 BITTNESS: 86 COMPILER: msvc