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
77029c0e
Commit
77029c0e
authored
Dec 15, 2020
by
Thomas Vincent
Browse files
Remove python2.7 from build and tests
parent
e8038c3e
Pipeline
#39153
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
77029c0e
...
...
@@ -33,9 +33,6 @@ manylinux2014_wheels:
manylinux2014_ppc64le_wheels
:
extends
:
.manylinux2014_ppc64le_wheels
windows_wheel_python27
:
extends
:
.windows_wheel_python27
windows_wheel_python3
:
extends
:
.windows_wheel_python37
...
...
@@ -61,12 +58,6 @@ ubuntu20.04_ppc64le:
-
python -m hdf5plugin.test
windows_test_python27
:
<<
:
*test_template_defintion
extends
:
.windows_base_python27
dependencies
:
-
windows_wheel_python27
windows_test_python36
:
<<
:
*test_template_defintion
extends
:
.windows_base_python36
...
...
@@ -103,13 +94,7 @@ macos_test_python38:
extends
:
.macos_base_python38
dependencies
:
-
macos_wheel
manylinux2010_test_cp27m
:
<<
:
*test_template_defintion
extends
:
.manylinux2010_cp27m_base
dependencies
:
-
manylinux_wheels
manylinux2010_test_cp36
:
<<
:
*test_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