We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0fff3 commit c76be32Copy full SHA for c76be32
.appveyor.yml
@@ -1,8 +1,7 @@
1
# appveyor.yml - https://www.appveyor.com/docs/lang/python
2
-# https://www.appveyor.com/docs/windows-images-software/#visual-studio-2019
3
# https://www.appveyor.com/docs/windows-images-software/#visual-studio-2022
4
---
5
-image: Visual Studio 2019
+image: Visual Studio 2022
6
environment:
7
matrix:
8
- PY_PYTHON: 2.7
@@ -27,4 +26,4 @@ test_script:
27
26
- py -m tox
28
29
after_test:
30
- - python debug-info.py
+ - py debug-info.py
0 commit comments