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
kmap
xsocs
Commits
4cce960d
Commit
4cce960d
authored
Jun 10, 2020
by
Thomas Vincent
Browse files
Merge branch 'tvincent-master-patch-02451' into 'master'
[CI] Stop using pre-release for testing python2.7 See merge request
!124
parents
625d5204
f4236a05
Pipeline
#27022
passed with stages
in 11 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4cce960d
...
...
@@ -54,6 +54,22 @@ doc:
# Test
manylinux1_test_py27
:
stage
:
test
image
:
python:2.7
tags
:
-
linux
dependencies
:
-
manylinux1_wheels
before_script
:
-
ls -l artifacts
script
:
# numpy is needed to build xrayutilities
-
pip install numpy --only-binary numpy
-
pip install --find-links artifacts/ --only-binary xsocs xsocs
-
python run_tests.py --installed -v -v -v
.test_template
:
&test_template_defintion
stage
:
test
script
:
...
...
@@ -72,10 +88,6 @@ doc:
dependencies
:
-
manylinux1_wheels
manylinux1_test_cp27
:
extends
:
.manylinux1_test
image
:
python:2.7
manylinux1_test_cp35
:
extends
:
.manylinux1_test
image
:
python:3.5
...
...
@@ -137,4 +149,3 @@ pages:
expire_in
:
1h
only
:
-
master
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