summaryrefslogtreecommitdiff
path: root/.appveyor.yaml
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-07-23 18:17:04 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-07-23 18:17:04 +0200
commit5ca212cf8af6524671ccf4527e6421854537cdac (patch)
tree2c726b9d0b76f2d3fd6931fc7a99a44bcf2aee2f /.appveyor.yaml
parent26a8a6077228f7b67e9fafc6e2b5ba8c9c5464ac (diff)
downloadruamel.yaml-5ca212cf8af6524671ccf4527e6421854537cdac.tar.gz
docker and appveyor update
Diffstat (limited to '.appveyor.yaml')
-rw-r--r--.appveyor.yaml27
1 files changed, 15 insertions, 12 deletions
diff --git a/.appveyor.yaml b/.appveyor.yaml
index 8968ef6..732d393 100644
--- a/.appveyor.yaml
+++ b/.appveyor.yaml
@@ -1,24 +1,27 @@
+# based on: https://packaging.python.org/guides/supporting-windows-using-appveyor/
+
environment:
matrix:
-# - PYTHON: C:\Python27
-# - PYTHON: C:\Python33
-# - PYTHON: C:\Python34
+ - 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'
- PYTHON: C:\Python35
-# - PYTHON: C:\Python27-x64
-# - PYTHON: C:\Python33-x64
-# DISTUTILS_USE_SDK: '1'
-# - PYTHON: 'C:\Python34-x64'
- DISTUTILS_USE_SDK: '1'
- - PYTHON: 'C:\Python35-x64'
+ - PYTHON: C:\Python35-x64
+ - PYTHON: C:\Python36
+ - PYTHON: C:\Python36-x64
install:
- |
%PYTHON%\python.exe -m pip install --upgrade pip
%PYTHON%\python.exe -m pip install wheel
- %PYTHON%\python.exe -m pip list
-
-# %PYTHON%\python.exe -m pip install wheel==0.24
+ %PYTHON%\python.exe -m pip list --format columns
+# only used when compiling (for Python with C extensions this is done in the after_test)
build: off
test_script: