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 3d2366a commit f2c3ef0Copy full SHA for f2c3ef0
appveyor.yml
@@ -1,9 +1,10 @@
1
environment:
2
3
matrix:
4
- - PYTHON: "C:\\Python27"
5
- - PYTHON: "C:\\Python35"
6
- - PYTHON: "C:\\Python38"
+ - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
+ PYTHON: "C:\\Python27"
7
+ PYTHON: "C:\\Python38"
8
9
test_script:
10
- python.exe tests/run_tests.py
0 commit comments