mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-07-06 06:43:54 +02:00
CI uses image Python
This commit is contained in:
@ -4,12 +4,12 @@ stages:
|
|||||||
|
|
||||||
py38-django31:
|
py38-django31:
|
||||||
stage: test
|
stage: test
|
||||||
image: python3:alpine
|
image: python:3-alpine
|
||||||
script: tox -e py38-django31
|
script: tox -e py38-django31
|
||||||
|
|
||||||
linters:
|
linters:
|
||||||
stage: quality-assurance
|
stage: quality-assurance
|
||||||
image: python3:alpine
|
image: python:3-alpine
|
||||||
script: tox -e linters
|
script: tox -e linters
|
||||||
|
|
||||||
# Be nice to new contributors, but please use `tox`
|
# Be nice to new contributors, but please use `tox`
|
||||||
|
Reference in New Issue
Block a user