mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2024-12-05 01:26:54 +00:00
Python 3.9 got released and broke the tests
This commit is contained in:
parent
c29ed171b4
commit
d9bd3688a7
@ -2,13 +2,13 @@ stages:
|
||||
- test
|
||||
- quality-assurance
|
||||
|
||||
py38:
|
||||
py39:
|
||||
stage: test
|
||||
image: python:3-alpine
|
||||
before_script:
|
||||
- apk add --no-cache libmagic
|
||||
- pip install tox --no-cache-dir
|
||||
script: tox -e py38
|
||||
script: tox -e py39
|
||||
|
||||
linters:
|
||||
stage: quality-assurance
|
||||
|
Loading…
Reference in New Issue
Block a user