mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-02-11 13:41:18 +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
|
- test
|
||||||
- quality-assurance
|
- quality-assurance
|
||||||
|
|
||||||
py38:
|
py39:
|
||||||
stage: test
|
stage: test
|
||||||
image: python:3-alpine
|
image: python:3-alpine
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --no-cache libmagic
|
- apk add --no-cache libmagic
|
||||||
- pip install tox --no-cache-dir
|
- pip install tox --no-cache-dir
|
||||||
script: tox -e py38
|
script: tox -e py39
|
||||||
|
|
||||||
linters:
|
linters:
|
||||||
stage: quality-assurance
|
stage: quality-assurance
|
||||||
|
Loading…
x
Reference in New Issue
Block a user