Skip to content

Commit ec3151f

Browse files
committed
Drop MinGW builds
1 parent d6bb7df commit ec3151f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

appveyor.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ environment:
1717
COMPILER: MSVC15
1818
PLATFORM: "x64"
1919
PYTHON_VERSION: 35-x64
20-
- BUILD_TYPE: "Debug"
21-
COMPILER: MinGW
22-
PYTHON_VERSION: 27
23-
- BUILD_TYPE: "Release"
24-
COMPILER: MinGW
25-
PYTHON_VERSION: 35
20+
# - BUILD_TYPE: "Debug"
21+
# COMPILER: MinGW
22+
# PYTHON_VERSION: 27
23+
# - BUILD_TYPE: "Release"
24+
# COMPILER: MinGW
25+
# PYTHON_VERSION: 35
2626
- BUILD_TYPE: "Release"
2727
COMPILER: MinGW-w64
2828
PYTHON_VERSION: 27-x64

0 commit comments

Comments
 (0)