Move python cygwin to Appveyor allow_failure list.
This commit is contained in:
parent
b94dd4b770
commit
148f6b48fc
1 changed files with 6 additions and 2 deletions
|
|
@ -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: >-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue