summaryrefslogtreecommitdiff
path: root/.appveyor.yaml
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2016-01-31 10:25:02 +0100
committerAnthon van der Neut <anthon@mnt.org>2016-01-31 10:25:02 +0100
commita54094a8ef4f421a806c99615b7840cc14605c54 (patch)
tree58b8d3dca1015647938937169b19c7fd9e85739f /.appveyor.yaml
parent720b785274718800ffd67bbc2f4a7cbbc1e3bd21 (diff)
downloadruamel.yaml-a54094a8ef4f421a806c99615b7840cc14605c54.tar.gz
fix wheel at 0.24 for now0.10.19
Diffstat (limited to '.appveyor.yaml')
-rw-r--r--.appveyor.yaml17
1 files changed, 9 insertions, 8 deletions
diff --git a/.appveyor.yaml b/.appveyor.yaml
index a69adce..d64dd1d 100644
--- a/.appveyor.yaml
+++ b/.appveyor.yaml
@@ -1,19 +1,20 @@
environment:
matrix:
- - PYTHON: C:\Python27
- - PYTHON: C:\Python33
- - PYTHON: C:\Python34
+# - PYTHON: C:\Python27
+# - PYTHON: C:\Python33
+# - PYTHON: C:\Python34
- PYTHON: C:\Python35
- - PYTHON: C:\Python27-x64
- - PYTHON: C:\Python33-x64
- DISTUTILS_USE_SDK: '1'
- - PYTHON: 'C:\Python34-x64'
+# - PYTHON: C:\Python27-x64
+# - PYTHON: C:\Python33-x64
+# DISTUTILS_USE_SDK: '1'
+# - PYTHON: 'C:\Python34-x64'
DISTUTILS_USE_SDK: '1'
- PYTHON: 'C:\Python35-x64'
install:
- |
- %PYTHON%\python.exe -m pip install wheel
+ %PYTHON%\python.exe -m pip install --upgrade pip
+ %PYTHON%\python.exe -m pip install wheel==0.24
build: off