Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
silx
bob
hdf5plugin
Commits
872099fd
Commit
872099fd
authored
Dec 15, 2020
by
Thomas Vincent
Browse files
Add python3.9 tests
parent
77029c0e
Pipeline
#50083
passed with stages
in 16 minutes and 18 seconds
Changes
1
Pipelines
20
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
872099fd
...
...
@@ -76,6 +76,12 @@ windows_test_python38:
dependencies
:
-
windows_wheel_python3
windows_test_python39
:
<<
:
*test_template_defintion
extends
:
.windows_base_python39
dependencies
:
-
windows_wheel_python3
macos_test_python36
:
<<
:
*test_template_defintion
...
...
@@ -95,6 +101,12 @@ macos_test_python38:
dependencies
:
-
macos_wheel
macos_test_python39
:
<<
:
*test_template_defintion
extends
:
.macos_base_python39
dependencies
:
-
macos_wheel
manylinux2010_test_cp36
:
<<
:
*test_template_defintion
...
...
@@ -114,6 +126,12 @@ manylinux2010_test_cp38:
dependencies
:
-
manylinux_wheels
manylinux2010_test_cp39
:
<<
:
*test_template_defintion
extends
:
.manylinux2010_cp39_base
dependencies
:
-
manylinux_wheels
manylinux2014_test_cp36
:
<<
:
*test_template_defintion
...
...
@@ -133,6 +151,12 @@ manylinux2014_test_cp38:
dependencies
:
-
manylinux2014_wheels
manylinux2014_test_cp39
:
<<
:
*test_template_defintion
extends
:
.manylinux2014_cp39_base
dependencies
:
-
manylinux2014_wheels
.test_ppc64le_template
:
&test_ppc64le_template_defintion
stage
:
test
...
...
@@ -154,6 +178,12 @@ manylinux2014_ppc64le_test_cp38:
dependencies
:
-
manylinux2014_ppc64le_wheels
manylinux2014_ppc64le_test_cp39
:
<<
:
*test_ppc64le_template_defintion
extends
:
.manylinux2014_ppc64le_cp39_base
dependencies
:
-
manylinux2014_ppc64le_wheels
# Test install from source
...
...
Write
Preview
Supports
Markdown
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