mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-08-24 02:57:56 +02:00
Fix CI
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user