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
silx
Commits
04700acd
Commit
04700acd
authored
Jul 08, 2019
by
Thomas Vincent
Browse files
comment macos tests, remove python2.7
parent
7fcb4406
Pipeline
#12409
canceled with stages
in 2 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
04700acd
...
...
@@ -12,6 +12,7 @@ stages:
variables
:
PROJECT
:
silx
REPOSITORY
:
https://github.com/silx-kit/silx
MANYLINUX_PYTHON_VER
:
cp34-cp34m cp35-cp35m cp36-cp36m
SILX_OPENCL
:
"
False"
...
...
@@ -94,23 +95,23 @@ windows_test_python37:
allow_failure
:
true
macos_test_python35
:
<<
:
*test_template_defintion
extends
:
.macos_base_python35
dependencies
:
-
macos_wheel_python35
#
macos_test_python35:
#
<<: *test_template_defintion
#
extends: .macos_base_python35
#
dependencies:
#
- macos_wheel_python35
macos_test_python36
:
<<
:
*test_template_defintion
extends
:
.macos_base_python36
dependencies
:
-
macos_wheel_python36
#
macos_test_python36:
#
<<: *test_template_defintion
#
extends: .macos_base_python36
#
dependencies:
#
- macos_wheel_python36
macos_test_python37
:
<<
:
*test_template_defintion
extends
:
.macos_base_python37
dependencies
:
-
macos_wheel_python37
#
macos_test_python37:
#
<<: *test_template_defintion
#
extends: .macos_base_python37
#
dependencies:
#
- macos_wheel_python37
manylinux1_test_cp35
:
...
...
@@ -163,18 +164,6 @@ manylinux2010_test_cp37:
-
python -c "import silx.test, sys; sys.exit(silx.test.run_tests());"
manylinux1_test_cp27m
:
<<
:
*test_template_old_defintion
extends
:
.manylinux1_cp27m_base
dependencies
:
-
manylinux1_wheels
manylinux1_test_cp27mu
:
<<
:
*test_template_old_defintion
extends
:
.manylinux1_cp27mu_base
dependencies
:
-
manylinux1_wheels
manylinux1_test_cp34
:
<<
:
*test_template_old_defintion
extends
:
.manylinux1_cp34_base
...
...
@@ -182,18 +171,6 @@ manylinux1_test_cp34:
-
manylinux1_wheels
manylinux2010_test_cp27m
:
<<
:
*test_template_old_defintion
extends
:
.manylinux2010_cp27m_base
dependencies
:
-
manylinux2010_wheels
manylinux2010_test_cp27mu
:
<<
:
*test_template_old_defintion
extends
:
.manylinux2010_cp27mu_base
dependencies
:
-
manylinux2010_wheels
manylinux2010_test_cp34
:
<<
:
*test_template_old_defintion
extends
:
.manylinux2010_cp34_base
...
...
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