mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-08-02 11:24:20 +02:00
Try to add CI
This commit is contained in:
16
.gitlab-ci.yml
Normal file
16
.gitlab-ci.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
stages:
|
||||
- test
|
||||
- quality-assurance
|
||||
|
||||
py38-django31:
|
||||
stage: test
|
||||
image: python3:alpine
|
||||
script: tox -e py38-django31
|
||||
|
||||
linters:
|
||||
stage: quality-assurance
|
||||
image: python3:alpine
|
||||
script: tox -e linters
|
||||
|
||||
# Be nice to new contributors, but please use `tox`
|
||||
allow_failure: true
|
Reference in New Issue
Block a user