Skip to content

Commit f2c3ef0

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
environment:
22

33
matrix:
4-
- PYTHON: "C:\\Python27"
5-
- PYTHON: "C:\\Python35"
6-
- PYTHON: "C:\\Python38"
4+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
5+
PYTHON: "C:\\Python27"
6+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
7+
PYTHON: "C:\\Python38"
78

89
test_script:
910
- python.exe tests/run_tests.py

0 commit comments

Comments
 (0)