summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 487c06623..cabc675e4 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,8 +20,6 @@ environment:
# VSVER: 14
# VER: 36
# PY3: 3
-# - SWIGLANG: python
-# OSVARIANT: cygwin
- SWIGLANG: python
OSVARIANT: mingw
VER: 27
@@ -31,6 +29,12 @@ environment:
VER: 37
PY3: 3
+matrix:
+ allow_failures:
+ # Currently failing due to not detecting header files/include paths
+ - SWIGLANG: python
+ OSVARIANT: cygwin
+
install:
- date /T & time /T
- ps: >-