1 parent 1dcc81b commit 3494188Copy full SHA for 3494188
1 file changed
appveyor.yml
@@ -1,3 +1,4 @@
1
+image: Visual Studio 2022
2
environment:
3
matrix:
4
# For Python versions available on Appveyor, see
@@ -8,6 +9,7 @@ environment:
8
9
10
install:
11
- cinst nsis
12
+ - dir %PYTHON%
13
- "%PYTHON%\\python.exe -m pip install -U tox virtualenv codecov --no-warn-script-location"
14
15
build: off
0 commit comments