From 1ebebc623b3be9127f813584a71a48697e6872e4 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Fri, 23 Feb 2018 12:42:57 -0800 Subject: Specify arch version --- appveyor.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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 -- cgit v1.2.3