Skip to content

Commit c76be32

Browse files
committed
AppVeyor: Python 2.7 and 3.7 from html5lib#576
1 parent 1a0fff3 commit c76be32

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.appveyor.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# appveyor.yml - https://www.appveyor.com/docs/lang/python
2-
# https://www.appveyor.com/docs/windows-images-software/#visual-studio-2019
32
# https://www.appveyor.com/docs/windows-images-software/#visual-studio-2022
43
---
5-
image: Visual Studio 2019
4+
image: Visual Studio 2022
65
environment:
76
matrix:
87
- PY_PYTHON: 2.7
@@ -27,4 +26,4 @@ test_script:
2726
- py -m tox
2827

2928
after_test:
30-
- python debug-info.py
29+
- py debug-info.py

0 commit comments

Comments
 (0)