1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-02-06 08:53:01 +00:00
med/.gitlab-ci.yml
2020-09-23 17:37:55 +02:00

23 lines
277 B
YAML

image: python:3.8
stages:
- test
before_script:
- pip install tox
python37:
image: python:3.7
stage: test
script: tox -e py37
python38:
image: python:3.8
stage: test
script: tox -e py37
linters:
stage: test
script: tox -e linters
allow_failure: true