summaryrefslogtreecommitdiff
path: root/.appveyor.yaml
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-07-08 09:55:43 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-07-08 09:55:43 +0200
commit6597c8934194fbf7cf940cae999397f9b97b1df2 (patch)
treef7c16d9afc870cc2153550086ba7922842aae8a2 /.appveyor.yaml
parent7c118cd53e4bc21de23c8db0c2bb58048a403f1c (diff)
downloadruamel.yaml-6597c8934194fbf7cf940cae999397f9b97b1df2.tar.gz
debugging 3.4 build on appveyor failing
probably has to do with C code changes for 3.7
Diffstat (limited to '.appveyor.yaml')
-rw-r--r--.appveyor.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.appveyor.yaml b/.appveyor.yaml
index fcc4086..ad1b2ab 100644
--- a/.appveyor.yaml
+++ b/.appveyor.yaml
@@ -11,8 +11,9 @@ environment:
- PYTHON: C:\Python35-x64
- PYTHON: C:\Python36
- PYTHON: C:\Python36-x64
- - PYTHON: C:\Python37
- - PYTHON: C:\Python37-x64
+# seems not supported yet
+# - PYTHON: C:\Python37
+# - PYTHON: C:\Python37-x64
install:
- |