aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Yang <paulyang1211@gmail.com>2018-02-23 12:42:57 -0800
committerBo Yang <paulyang1211@gmail.com>2018-02-23 12:42:57 -0800
commit1ebebc623b3be9127f813584a71a48697e6872e4 (patch)
treeb99006ccedcb669abebe5d9cd43ffe92cff1d2ae
parent8612052ebbbeb4d572a50f108112297f69364395 (diff)
downloadprotobuf-1ebebc623b3be9127f813584a71a48697e6872e4.tar.gz
protobuf-1ebebc623b3be9127f813584a71a48697e6872e4.tar.bz2
protobuf-1ebebc623b3be9127f813584a71a48697e6872e4.zip
Specify arch version
-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