Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bilby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lscsoft
bilby
Merge requests
!762
Resolve "Add Python 3.8 testing"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add Python 3.8 testing"
421-add-python-3-8-testing
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Gregory Ashton
requested to merge
421-add-python-3-8-testing
into
master
4 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Closes
#421 (closed)
Edited
4 years ago
by
Gregory Ashton
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
4d2ac246
1 commit,
4 years ago
1 file
+
9
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
9
−
0
Options
@@ -66,6 +66,15 @@ python-3.7:
-
coverage_badge.svg
-
docs/_build/html/
# test example on python 3.8
python-3.8
:
stage
:
test
image
:
bilbydev/v2-dockerfile-test-suite-python38
script
:
-
python -m pip install .
-
pytest
# test example on python 3.6
python-3.6
:
stage
:
test
Loading