Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de7c7c2

Browse files
committed
Fix Appveyor configuration
1 parent f506d65 commit de7c7c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,19 @@ environment:
1616

1717
matrix:
1818
- PYTHON_VERSION: 3.8
19+
BUILD_OPTS: --xplat
1920
- PYTHON_VERSION: 3.7
2021
BUILD_OPTS: --xplat
2122
- PYTHON_VERSION: 3.6
2223
BUILD_OPTS: --xplat
2324
- PYTHON_VERSION: 3.8
2425
- PYTHON_VERSION: 3.7
2526
- PYTHON_VERSION: 3.6
27+
- PYTHON_VERSION: 3.8
28+
PYTHONNET_SHUTDOWN_MODE: Soft
2629
- PYTHON_VERSION: 3.7
2730
PYTHONNET_SHUTDOWN_MODE: Soft
28-
- PYTHON_VERSION: 3.8
31+
- PYTHON_VERSION: 3.6
2932
PYTHONNET_SHUTDOWN_MODE: Soft
3033
init:
3134
# Update Environment Variables based on matrix/platform

0 commit comments

Comments
 (0)