aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 3a81a49b..d3a25a64 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,13 +15,36 @@ environment:
matrix:
- PYTHON: C:\Python27
+ PYTHON_VERSION: 2.7
+ PYTHON_ARCH: 32
+
- PYTHON: C:\Python27-x64
+ PYTHON_VERSION: 2.7
+ PYTHON_ARCH: 64
+
- PYTHON: C:\Python34
+ PYTHON_VERSION: 3.4
+ PYTHON_ARCH: 32
+
- PYTHON: C:\Python34-x64
+ PYTHON_VERSION: 3.4
+ PYTHON_ARCH: 64
+
- PYTHON: C:\Python35
+ PYTHON_VERSION: 3.5
+ PYTHON_ARCH: 32
+
- PYTHON: C:\Python35-x64
+ PYTHON_VERSION: 3.5
+ PYTHON_ARCH: 64
+
- PYTHON: C:\Python36
+ PYTHON_VERSION: 3.6
+ PYTHON_ARCH: 32
+
- PYTHON: C:\Python36-x64
+ PYTHON_VERSION: 3.6
+ PYTHON_ARCH: 64
matrix:
fast_finish: true