Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
3ad86ae4
Unverified
Commit
3ad86ae4
authored
Feb 15, 2022
by
Matti Picus
Committed by
GitHub
Feb 15, 2022
Browse files
Merge pull request #429 from cclauss/patch-1
appveyor.yml: Python 3.9 and 3.10
parents
db109f77
7afa887a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
21 deletions
+25
-21
.appveyor.yml
.appveyor.yml
+25
-21
No files found.
.appveyor.yml
View file @
3ad86ae4
...
@@ -7,24 +7,24 @@ environment:
...
@@ -7,24 +7,24 @@ environment:
TEST_DEPENDS
:
"
nose"
TEST_DEPENDS
:
"
nose"
matrix
:
matrix
:
-
PYTHON
:
"
C:
\\
Miniconda"
#
- PYTHON: "C:\\Miniconda"
PYTHON_VERSION
:
"
2.7"
#
PYTHON_VERSION: "2.7"
PYTHON_ARCH
:
"
32"
#
PYTHON_ARCH: "32"
-
PYTHON
:
"
C:
\\
Miniconda-x64"
#
- PYTHON: "C:\\Miniconda-x64"
PYTHON_VERSION
:
"
2.7"
#
PYTHON_VERSION: "2.7"
PYTHON_ARCH
:
"
64"
#
PYTHON_ARCH: "64"
-
PYTHON
:
"
C:
\\
Miniconda35"
#
- PYTHON: "C:\\Miniconda35"
PYTHON_VERSION
:
"
3.5"
#
PYTHON_VERSION: "3.5"
PYTHON_ARCH
:
"
32"
#
PYTHON_ARCH: "32"
-
PYTHON
:
"
C:
\\
Miniconda35-x64"
#
- PYTHON: "C:\\Miniconda35-x64"
PYTHON_VERSION
:
"
3.5"
#
PYTHON_VERSION: "3.5"
PYTHON_ARCH
:
"
64"
#
PYTHON_ARCH: "64"
-
PYTHON
:
"
C:
\\
Miniconda36"
#
- PYTHON: "C:\\Miniconda36"
PYTHON_VERSION
:
"
3.6"
#
PYTHON_VERSION: "3.6"
PYTHON_ARCH
:
"
32"
#
PYTHON_ARCH: "32"
-
PYTHON
:
"
C:
\\
Miniconda36-x64"
#
- PYTHON: "C:\\Miniconda36-x64"
PYTHON_VERSION
:
"
3.6"
#
PYTHON_VERSION: "3.6"
PYTHON_ARCH
:
"
64"
#
PYTHON_ARCH: "64"
-
PYTHON
:
"
C:
\\
Miniconda37"
-
PYTHON
:
"
C:
\\
Miniconda37"
PYTHON_VERSION
:
"
3.7"
PYTHON_VERSION
:
"
3.7"
PYTHON_ARCH
:
"
32"
PYTHON_ARCH
:
"
32"
...
@@ -38,7 +38,7 @@ platform:
...
@@ -38,7 +38,7 @@ platform:
-
x64
-
x64
matrix
:
matrix
:
fast_finish
:
tru
e
fast_finish
:
fals
e
install
:
install
:
# Install miniconda and fix headers
# Install miniconda and fix headers
...
@@ -85,7 +85,11 @@ test_script:
...
@@ -85,7 +85,11 @@ test_script:
-
ps
:
.\install_python.ps1
-
ps
:
.\install_python.ps1
-
set PYTHON=C:\Python38
-
set PYTHON=C:\Python38
-
ps
:
.\install_python.ps1
-
ps
:
.\install_python.ps1
-
set PYTHON=C:\Python39rc1-x64
-
set PYTHON=C:\Python39-x64
-
ps
:
.\install_python.ps1
-
set PYTHON=C:\Python39
-
ps
:
.\install_python.ps1
-
set PYTHON=C:\Python310-x64
-
ps
:
.\install_python.ps1
-
ps
:
.\install_python.ps1
-
set PYTHON=C:\Python3
9rc
1
-
set PYTHON=C:\Python31
0
-
ps
:
.\install_python.ps1
-
ps
:
.\install_python.ps1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment