Skip to content

Commit

Permalink
... and actually execute it with different Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
schroeding committed May 17, 2024
1 parent de9f2a1 commit e5f2f3c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,31 @@ unit-tests:python-3.11:
variables:
PYTHON_VERSION: '3.11'

unit-tests-pytest:python-3.7:
<<: *unit-tests-pytest
variables:
PYTHON_VERSION: '3.7'

unit-tests-pytest:python-3.8:
<<: *unit-tests-pytest
variables:
PYTHON_VERSION: '3.8'

unit-tests-pytest:python-3.9:
<<: *unit-tests-pytest
variables:
PYTHON_VERSION: '3.9'

unit-tests-pytest:python-3.10:
<<: *unit-tests-pytest
variables:
PYTHON_VERSION: '3.10'

unit-tests-pytest:python-3.11:
<<: *unit-tests-pytest
variables:
PYTHON_VERSION: '3.11'

# Static checks
check-format:
stage: test
Expand Down

0 comments on commit e5f2f3c

Please sign in to comment.