1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-08-24 02:57:56 +02:00
This commit is contained in:
Yohann D'ANELLO
2020-05-12 15:09:06 +02:00
parent aa9b69f2d6
commit 43b3b5ccfe
3 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
image: python:3.6
image: python:3.8
stages:
- test
@@ -21,6 +21,11 @@ python37:
stage: test
script: tox -e py37
python38:
image: python:3.8
stage: test
script: tox -e py37
linters:
stage: test
script: tox -e linters