summaryrefslogtreecommitdiff
path: root/.appveyor.yaml
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-07-01 16:25:00 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-07-01 16:25:00 +0200
commitc3869f9866e3507bbb6767aeb5bc02ba41a98d60 (patch)
treed901c684ffdb978a02dd83a728e609e6a07c8b97 /.appveyor.yaml
parent4eed1d5eef4f20ea32ee7af1f01d02ffcc7e229c (diff)
downloadruamel.yaml-c3869f9866e3507bbb6767aeb5bc02ba41a98d60.tar.gz
fix regression caused by PR 270.15.42
Diffstat (limited to '.appveyor.yaml')
-rw-r--r--.appveyor.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.appveyor.yaml b/.appveyor.yaml
index 0aee751..fcc4086 100644
--- a/.appveyor.yaml
+++ b/.appveyor.yaml
@@ -4,9 +4,6 @@ environment:
matrix:
- PYTHON: C:\Python27
- PYTHON: C:\Python27-x64
- - PYTHON: C:\Python33
- - PYTHON: C:\Python33-x64
- DISTUTILS_USE_SDK: '1'
- PYTHON: C:\Python34
- PYTHON: C:\Python34-x64
DISTUTILS_USE_SDK: '1'
@@ -14,6 +11,8 @@ environment:
- PYTHON: C:\Python35-x64
- PYTHON: C:\Python36
- PYTHON: C:\Python36-x64
+ - PYTHON: C:\Python37
+ - PYTHON: C:\Python37-x64
install:
- |