We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d3756 commit c200b9eCopy full SHA for c200b9e
appveyor.yml
@@ -1,13 +1,24 @@
1
build: false
2
3
environment:
4
- PYTHON_ARCH: "32"
5
6
matrix:
7
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
8
PYTHON: "C:\\Python27"
+ 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
14
15
PYTHON: "C:\\Python38"
16
17
+ PYTHON_VERSION: "3.8.x"
18
19
+ PYTHON: "C:\\Python38-x64"
20
21
22
23
test_script:
24
- python tests/run_tests.py
0 commit comments