We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d047395 commit a8f4e68Copy full SHA for a8f4e68
1 file changed
appveyor.yml
@@ -1,14 +1,16 @@
1
build: false
2
3
environment:
4
- matrix:
5
- - PYTHON: "C:\\Python39-x64"
6
- PYTHON_VERSION: "3.9.13"
7
- PYTHON_ARCH: "64"
+ matrix:
+ - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
+ - PYTHON: "C:\Python38-x64"
+ - PYTHON: "C:\Python39-x64"
8
+ - PYTHON: "C:\Python310-x64"
9
init:
- - "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
10
+ - "ECHO %PYTHON%
11
12
install:
13
+ - "%PYTHON%/python.exe -m pip install --upgrade pip"
14
- "%PYTHON%/python.exe -m pip install pytest"
15
- "%PYTHON%/python.exe -m pip install numpy"
16
- "%PYTHON%/python.exe -m pip install scipy"
0 commit comments