Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
gracedb-client
Commits
645ebd46
Commit
645ebd46
authored
Oct 19, 2020
by
Alexander Pace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dropped python3.5 testing, adding python3.8
2.7, i'm looking at you.
parent
a3baa8cb
Pipeline
#163664
passed with stages
in 17 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
.gitlab-ci.yml
.gitlab-ci.yml
+8
-8
No files found.
.gitlab-ci.yml
View file @
645ebd46
...
...
@@ -83,10 +83,6 @@ test:python2.7:
<<
:
*test
image
:
python:2.7
test:python3.5:
<<
:
*test
image
:
python:3.5
test:python3.6:
<<
:
*test
image
:
python:3.6
...
...
@@ -95,6 +91,10 @@ test:python3.7:
<<
:
*test
image
:
python:3.7
test:python3.8:
<<
:
*test
image
:
python:3.8
# -- test -------------------
.integration
:
&integration_test
stage
:
integration
...
...
@@ -122,10 +122,6 @@ integration:python2.7:
<<
:
*integration_test
image
:
python:2.7
integration:python3.5:
<<
:
*integration_test
image
:
python:3.5
integration:python3.6:
<<
:
*integration_test
image
:
python:3.6
...
...
@@ -134,6 +130,10 @@ integration:python3.7:
<<
:
*integration_test
image
:
python:3.7
integration:python3.8:
<<
:
*integration_test
image
:
python:3.8
# -- docs -------------------
# Although we don't host the docs on Gitlab Pages,
# we still want to check that they build properly.
...
...
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