mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-25 17:42:24 +00:00
Add Python 3.12 test in Gitlab CI
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
parent
0f2f34175c
commit
b0fbb406f6
@ -2,14 +2,6 @@ stages:
|
|||||||
- test
|
- test
|
||||||
- quality-assurance
|
- quality-assurance
|
||||||
|
|
||||||
py310:
|
|
||||||
stage: test
|
|
||||||
image: python:3.10-alpine
|
|
||||||
before_script:
|
|
||||||
- apk add --no-cache libmagic
|
|
||||||
- pip install tox --no-cache-dir
|
|
||||||
script: tox -e py310
|
|
||||||
|
|
||||||
py311:
|
py311:
|
||||||
stage: test
|
stage: test
|
||||||
image: python:3.11-alpine
|
image: python:3.11-alpine
|
||||||
@ -18,6 +10,14 @@ py311:
|
|||||||
- pip install tox --no-cache-dir
|
- pip install tox --no-cache-dir
|
||||||
script: tox -e py311
|
script: tox -e py311
|
||||||
|
|
||||||
|
py312:
|
||||||
|
stage: test
|
||||||
|
image: python:3.12-alpine
|
||||||
|
before_script:
|
||||||
|
- apk add --no-cache libmagic
|
||||||
|
- pip install tox --no-cache-dir
|
||||||
|
script: tox -e py312
|
||||||
|
|
||||||
linters:
|
linters:
|
||||||
stage: quality-assurance
|
stage: quality-assurance
|
||||||
image: python:3-alpine
|
image: python:3-alpine
|
||||||
|
Loading…
Reference in New Issue
Block a user