aboutsummaryrefslogtreecommitdiffstats
path: root/.appveyor.yaml
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2020-11-17 10:23:41 +0100
committerAnthon van der Neut <anthon@mnt.org>2020-11-17 10:23:41 +0100
commit318b22fd702c6a602bd19f4e7be82dd53cc2da29 (patch)
treeb1f45eb124abc21a62d9c6ee7d4e24d76d718483 /.appveyor.yaml
parent1e4359246f1df60da3154d92d9f39220c9c022cd (diff)
downloadruamel-yaml-clib-code-318b22fd702c6a602bd19f4e7be82dd53cc2da29.tar.gz
test 2 for appveyor 3.9
Diffstat (limited to '.appveyor.yaml')
-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:
- |