Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Python Package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
ASTRON Templates
Python Package
Merge requests
!5
Resolve
CWG-11
"Features/ add tox"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
Resolve
CWG-11
"Features/ add tox"
features/CWG-11_add_tox
into
main
Overview
4
Commits
7
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Merged
Klaas Kliffen
requested to merge
features/CWG-11_add_tox
into
main
2 years ago
Overview
4
Commits
7
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
Closes
CWG-11
Edited
2 years ago
by
Klaas Kliffen
0
0
Merge request reports
Viewing commit
b58aa8c5
Prev
Next
Show latest version
1 file
+
6
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
b58aa8c5
Update with parallel matrix for python versions
· b58aa8c5
Klaas Kliffen
authored
2 years ago
.gitlab-ci.yml
+
6
−
2
Options
default
:
image
:
python:3.
7
# minimum supported version
image
:
python:3.
10
# use latest for building/linting
before_script
:
-
python --version
# For debugging
-
python -m pip install --upgrade pip
@@ -47,8 +47,12 @@ run_pylint:
run_unit_tests
:
stage
:
test
image
:
python:3.${PY_VERSION}
script
:
-
tox -e py37,py38,py39,py310
-
tox -e py3${PY_VERSION}
parallel
:
matrix
:
# use the matrix for testing
-
PY_VERSION
:
[
7
,
8
,
9
,
10
]
package_files
:
stage
:
package
Loading