Skip to content

Commit 3494188

Browse files
committed
Try updating to a newer build image on Appveyor
1 parent 1dcc81b commit 3494188

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
image: Visual Studio 2022
12
environment:
23
matrix:
34
# For Python versions available on Appveyor, see
@@ -8,6 +9,7 @@ environment:
89

910
install:
1011
- cinst nsis
12+
- dir %PYTHON%
1113
- "%PYTHON%\\python.exe -m pip install -U tox virtualenv codecov --no-warn-script-location"
1214

1315
build: off

0 commit comments

Comments
 (0)