Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
silx
bob
silx
Commits
cd458d86
Commit
cd458d86
authored
Jan 05, 2021
by
Thomas Vincent
Browse files
Drop Python 3.5
parent
cef0543c
Pipeline
#41259
failed with stages
in 38 minutes and 31 seconds
Changes
1
Pipelines
9
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cd458d86
...
...
@@ -14,7 +14,7 @@ variables:
REPOSITORY
:
https://github.com/silx-kit/silx
SILX_OPENCL
:
"
False"
EXTRA_SETUP_PY_CMD_OPTIONS
:
"
build
--no-openmp"
MANYLINUX_PYTHON_VER
:
cp35-cp35m
cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39
MANYLINUX_PYTHON_VER
:
cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39
BOB_WINDOWS_APPLICATION
:
"
silx-windows-application.zip"
...
...
@@ -60,9 +60,6 @@ ubuntu20.04_ppc64le:
extends
:
.ubuntu_20_04_ppc64le
macos_wheel_python35
:
extends
:
.macos_wheel_python35
macos_wheel_python36
:
extends
:
.macos_wheel_python36
...
...
@@ -134,11 +131,6 @@ windows_test_python39:
-
pip install --pre --find-links artifacts/ --only-binary silx silx[full]
-
python -c "import silx.test, sys; sys.exit(silx.test.run_tests());"
macos_test_python35
:
<<
:
*test_macos_noqt_template_defintion
extends
:
.macos_base_python35
dependencies
:
-
macos_wheel_python35
macos_test_python36
:
<<
:
*test_macos_noqt_template_defintion
...
...
@@ -180,11 +172,6 @@ macos_test_python39:
-
pip install PySide2
-
python -c "import silx.test, sys; sys.exit(silx.test.run_tests());"
manylinux1_test_cp35
:
<<
:
*test_template_defintion
extends
:
.manylinux2014_cp35_base
dependencies
:
-
manylinux1_wheels
manylinux1_test_cp36
:
<<
:
*test_template_defintion
...
...
@@ -205,12 +192,6 @@ manylinux1_test_cp38:
-
manylinux1_wheels
manylinux2014_test_cp35
:
<<
:
*test_template_defintion
extends
:
.manylinux2014_cp35_base
dependencies
:
-
manylinux2014_wheels
manylinux2014_test_cp36
:
<<
:
*test_template_defintion
extends
:
.manylinux2014_cp36_base
...
...
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