Skip to content

Commit 043c179

Browse files
committed
Update appveyor.yml
1 parent 58aea42 commit 043c179

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

appveyor.yml

+4-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1+
image:
2+
- Visual Studio 2019
13
environment:
2-
3-
global:
4-
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
5-
# /E:ON and /V:ON options are not enabled in the batch script intepreter
6-
# See: http://stackoverflow.com/a/13751649/163740
7-
WITH_COMPILER: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_compiler.cmd"
8-
94
matrix:
10-
11-
- PYTHON: "C:\\Python37-x64"
12-
PYTHON_VERSION: "3.7.x"
5+
- PYTHON: "C:\\Python38-x64"
6+
PYTHON_VERSION: "3.8.x"
137
PYTHON_ARCH: "64"
14-
158
init:
169
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
1710

0 commit comments

Comments
 (0)