Skip to content

Commit c200b9e

Browse files
committed
Add python x64 on Appveyor
Signed-off-by: Uilian Ries <uilianries@gmail.com>
1 parent 49d3756 commit c200b9e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

appveyor.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
11
build: false
22

33
environment:
4-
PYTHON_ARCH: "32"
54

65
matrix:
76
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
87
PYTHON: "C:\\Python27"
8+
PYTHON_ARCH: "32"
9+
PYTHON_VERSION: "2.7.x"
10+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
11+
PYTHON: "C:\\Python27-x64"
12+
PYTHON_ARCH: "64"
13+
PYTHON_VERSION: "2.7.x"
914
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
1015
PYTHON: "C:\\Python38"
16+
PYTHON_ARCH: "32"
17+
PYTHON_VERSION: "3.8.x"
18+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
19+
PYTHON: "C:\\Python38-x64"
20+
PYTHON_ARCH: "64"
21+
PYTHON_VERSION: "3.8.x"
1122

1223
test_script:
1324
- python tests/run_tests.py

0 commit comments

Comments
 (0)