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
c5e3c338
Unverified
Commit
c5e3c338
authored
Mar 17, 2022
by
Christian Clauss
Committed by
GitHub
Mar 17, 2022
Browse files
Fix failing AppVeyor tests
@mattip Your review, please.
parent
fab0a08c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
23 deletions
+5
-23
.appveyor.yml
.appveyor.yml
+5
-23
No files found.
.appveyor.yml
View file @
c5e3c338
...
...
@@ -7,29 +7,11 @@ environment:
TEST_DEPENDS
:
"
nose"
matrix
:
#- PYTHON: "C:\\Miniconda"
# PYTHON_VERSION: "2.7"
# PYTHON_ARCH: "32"
#- PYTHON: "C:\\Miniconda-x64"
# PYTHON_VERSION: "2.7"
# PYTHON_ARCH: "64"
#- PYTHON: "C:\\Miniconda35"
# PYTHON_VERSION: "3.5"
# PYTHON_ARCH: "32"
#- PYTHON: "C:\\Miniconda35-x64"
# PYTHON_VERSION: "3.5"
# PYTHON_ARCH: "64"
#- PYTHON: "C:\\Miniconda36"
# PYTHON_VERSION: "3.6"
# PYTHON_ARCH: "32"
#- PYTHON: "C:\\Miniconda36-x64"
# PYTHON_VERSION: "3.6"
# PYTHON_ARCH: "64"
-
PYTHON
:
"
C:
\\
Miniconda37"
PYTHON_VERSION
:
"
3.7"
-
PYTHON
:
"
C:
\\
Miniconda310"
PYTHON_VERSION
:
"
3.10"
PYTHON_ARCH
:
"
32"
-
PYTHON
:
"
C:
\\
Miniconda3
7
-x64"
PYTHON_VERSION
:
"
3.
7
"
-
PYTHON
:
"
C:
\\
Miniconda3
10
-x64"
PYTHON_VERSION
:
"
3.
10
"
PYTHON_ARCH
:
"
64"
# We always use a 64-bit machine, but can build x86 distributions
...
...
@@ -51,7 +33,7 @@ install:
# clone a origsel/python-appveyor-demo
# this repo includes a simple package to test appveyor
-
git clone
git
://github.com/ogrisel/python-appveyor-demo.git
-
git clone
https
://github.com/ogrisel/python-appveyor-demo.git
build_script
:
# Install build requirements
...
...
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