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
007258ec
Commit
007258ec
authored
Dec 11, 2019
by
Thomas Vincent
Browse files
add py3.8 tests
parent
90f58107
Pipeline
#18559
passed with stages
in 9 minutes and 18 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
007258ec
...
@@ -84,6 +84,12 @@ macos_test_python37:
...
@@ -84,6 +84,12 @@ macos_test_python37:
extends
:
.macos_base_python37
extends
:
.macos_base_python37
dependencies
:
dependencies
:
-
macos_wheel
-
macos_wheel
macos_test_python38
:
<<
:
*test_template_defintion
extends
:
.macos_base_python38
dependencies
:
-
macos_wheel
manylinux2010_test_cp27m
:
manylinux2010_test_cp27m
:
...
@@ -104,6 +110,12 @@ manylinux2010_test_cp37:
...
@@ -104,6 +110,12 @@ manylinux2010_test_cp37:
dependencies
:
dependencies
:
-
manylinux_wheels
-
manylinux_wheels
manylinux2010_test_cp38
:
<<
:
*test_template_defintion
extends
:
.manylinux2010_cp38_base
dependencies
:
-
manylinux_wheels
# Test install from source
# Test install from source
...
@@ -115,13 +127,13 @@ manylinux2010_test_cp37:
...
@@ -115,13 +127,13 @@ manylinux2010_test_cp37:
-
pip install --pre --find-links artifacts/ --no-binary hdf5plugin hdf5plugin
-
pip install --pre --find-links artifacts/ --no-binary hdf5plugin hdf5plugin
-
python -m hdf5plugin.test
-
python -m hdf5plugin.test
manylinux2010_test_sdist_cp3
7
:
manylinux2010_test_sdist_cp3
8
:
<<
:
*test_sdist_template_defintion
<<
:
*test_sdist_template_defintion
extends
:
.manylinux2010_cp3
7
_base
extends
:
.manylinux2010_cp3
8
_base
macos_test_sdist_python3
7
:
macos_test_sdist_python3
8
:
<<
:
*test_sdist_template_defintion
<<
:
*test_sdist_template_defintion
extends
:
.macos_base_python3
7
extends
:
.macos_base_python3
8
windows_test_sdist_python38
:
windows_test_sdist_python38
:
<<
:
*test_sdist_template_defintion
<<
:
*test_sdist_template_defintion
...
...
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