Skip to content

Commit a8f4e68

Browse files
authored
Update appveyor.yml
1 parent d047395 commit a8f4e68

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

appveyor.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
build: false
22

33
environment:
4-
matrix:
5-
- PYTHON: "C:\\Python39-x64"
6-
PYTHON_VERSION: "3.9.13"
7-
PYTHON_ARCH: "64"
4+
matrix:
5+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
6+
- PYTHON: "C:\Python38-x64"
7+
- PYTHON: "C:\Python39-x64"
8+
- PYTHON: "C:\Python310-x64"
89
init:
9-
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
10+
- "ECHO %PYTHON%
1011
1112
install:
13+
- "%PYTHON%/python.exe -m pip install --upgrade pip"
1214
- "%PYTHON%/python.exe -m pip install pytest"
1315
- "%PYTHON%/python.exe -m pip install numpy"
1416
- "%PYTHON%/python.exe -m pip install scipy"

0 commit comments

Comments
 (0)