From 8bf2f473f478a2f4b1e09a3d86592c160abb4f0e Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 12 Jun 2020 23:06:40 +0100 Subject: [PATCH] Revert "Allow cygwin to fail on Appveyor" This reverts commit dbb88876e61e090ffd5278f9a93b4f8b85558b26. --- appveyor.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 004dee321..f87cefd0f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,7 @@ environment: global: MAKEJOBS: 2 -matrix: + matrix: - SWIGLANG: csharp VSVER: 12 - SWIGLANG: csharp @@ -20,6 +20,8 @@ matrix: # VSVER: 14 # VER: 36 # PY3: 3 + - SWIGLANG: python + OSVARIANT: cygwin - SWIGLANG: python OSVARIANT: mingw VER: 27 @@ -29,11 +31,6 @@ matrix: VER: 37 PY3: 3 -allow_failures: -# Currently failing due to not detecting header files/include paths - - swiglang: python - osvariant: cygwin - install: - date /T & time /T - ps: >-