Skip to content

Commit 49d3756

Browse files
committed
Add appveyor file
Signed-off-by: Uilian Ries <uilianries@gmail.com>
1 parent f2c3ef0 commit 49d3756

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

appveyor.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1+
build: false
2+
13
environment:
4+
PYTHON_ARCH: "32"
25

3-
matrix:
4-
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
5-
PYTHON: "C:\\Python27"
6-
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
7-
PYTHON: "C:\\Python38"
6+
matrix:
7+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
8+
PYTHON: "C:\\Python27"
9+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
10+
PYTHON: "C:\\Python38"
811

912
test_script:
10-
- python.exe tests/run_tests.py
13+
- python tests/run_tests.py

0 commit comments

Comments
 (0)