aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.appveyor.yaml b/.appveyor.yaml
index d3649c6..aa6b612 100644
--- a/.appveyor.yaml
+++ b/.appveyor.yaml
@@ -1,5 +1,7 @@
# based on: https://packaging.python.org/guides/supporting-windows-using-appveyor/
+image: Visual Studio 2019
+
environment:
matrix:
- PYTHON: C:\Python27
@@ -12,10 +14,8 @@ environment:
- PYTHON: C:\Python37-x64
- PYTHON: C:\Python38
- PYTHON: C:\Python38-x64
- - PYTHON: C:\Python39
- image: Visual Studio 2019
- - PYTHON: C:\Python39-x64
- image: Visual Studio 2019
+ - {PY_VER: "39", PY_ARCH: "32"}
+ - {PY_VER: "39", PY_ARCH: "64"}
install:
- |