aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2020-11-17 15:21:07 +0100
committerAnthon van der Neut <anthon@mnt.org>2020-11-17 15:21:07 +0100
commit9e6c4f30c514f650bcea2a35cbb6b85b1cec1e6f (patch)
treea7f360113b84341a7f60b6afd03ab0788cbb6865
parent318b22fd702c6a602bd19f4e7be82dd53cc2da29 (diff)
downloadruamel-yaml-clib-code-9e6c4f30c514f650bcea2a35cbb6b85b1cec1e6f.tar.gz
test 3 for appveyor 3.9
-rw-r--r--.appveyor.yaml22
1 files changed, 12 insertions, 10 deletions
diff --git a/.appveyor.yaml b/.appveyor.yaml
index aa6b612..2649c8d 100644
--- a/.appveyor.yaml
+++ b/.appveyor.yaml
@@ -4,19 +4,21 @@ image: Visual Studio 2019
environment:
matrix:
- - PYTHON: C:\Python27
- - PYTHON: C:\Python27-x64
- - PYTHON: C:\Python35
- - PYTHON: C:\Python35-x64
- - PYTHON: C:\Python36
- - PYTHON: C:\Python36-x64
- - PYTHON: C:\Python37
- - PYTHON: C:\Python37-x64
- - PYTHON: C:\Python38
- - PYTHON: C:\Python38-x64
+ # - PYTHON: C:\Python27
+ # - PYTHON: C:\Python27-x64
+ # - PYTHON: C:\Python35
+ # - PYTHON: C:\Python35-x64
+ # - PYTHON: C:\Python36
+ # - PYTHON: C:\Python36-x64
+ # - PYTHON: C:\Python37
+ # - PYTHON: C:\Python37-x64
+ # - PYTHON: C:\Python38
+ # - PYTHON: C:\Python38-x64
- {PY_VER: "39", PY_ARCH: "32"}
- {PY_VER: "39", PY_ARCH: "64"}
+ PYEXE: C:\Python36\python.exe
+
install:
- |
%PYTHON%\python.exe -m pip install --upgrade -q pip wheel setuptools