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 f2c3ef0 commit 49d3756Copy full SHA for 49d3756
appveyor.yml
@@ -1,10 +1,13 @@
1
+build: false
2
+
3
environment:
4
+ PYTHON_ARCH: "32"
5
- matrix:
- - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- PYTHON: "C:\\Python27"
6
7
- PYTHON: "C:\\Python38"
+ matrix:
+ - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
8
+ PYTHON: "C:\\Python27"
9
10
+ PYTHON: "C:\\Python38"
11
12
test_script:
- - python.exe tests/run_tests.py
13
+- python tests/run_tests.py
0 commit comments