1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-02-06 12:13:01 +00:00

Test with Py3.8 and Py3.9

This commit is contained in:
Yohann D'ANELLO 2020-10-09 14:17:17 +02:00
parent 6429c3cb92
commit d62cb40acd
2 changed files with 10 additions and 1 deletions

View File

@ -2,9 +2,17 @@ stages:
- test - test
- quality-assurance - quality-assurance
py38:
stage: test
image: python:3.8-alpine
before_script:
- apk add --no-cache libmagic
- pip install tox --no-cache-dir
script: tox -e py38
py39: py39:
stage: test stage: test
image: python:3-alpine image: python:3.9-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

View File

@ -1,5 +1,6 @@
[tox] [tox]
envlist = envlist =
py38
py39 py39
linters linters