diff options
author | Anthon van der Neut <anthon@mnt.org> | 2019-05-16 00:31:23 +0200 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2019-05-16 00:31:23 +0200 |
commit | fd003083b6954ec1d5827984abb8ed61de400915 (patch) | |
tree | 3cef27f13dd41f9a3c019e06912805245a78f715 /.appveyor.yaml | |
parent | 399330be1abc4ab510cc4dabe8ff1bb2378dc08f (diff) | |
download | ruamel.yaml-fd003083b6954ec1d5827984abb8ed61de400915.tar.gz |
fix comments on anchored nodes in block sequence0.15.95
fixes issue #288
Diffstat (limited to '.appveyor.yaml')
-rw-r--r-- | .appveyor.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.appveyor.yaml b/.appveyor.yaml index fcc4086..4f53ba4 100644 --- a/.appveyor.yaml +++ b/.appveyor.yaml @@ -4,9 +4,6 @@ environment: matrix: - PYTHON: C:\Python27 - PYTHON: C:\Python27-x64 - - PYTHON: C:\Python34 - - PYTHON: C:\Python34-x64 - DISTUTILS_USE_SDK: '1' - PYTHON: C:\Python35 - PYTHON: C:\Python35-x64 - PYTHON: C:\Python36 |