1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-02-06 08:13:03 +00:00
med/.gitlab-ci.yml

22 lines
255 B
YAML
Raw Normal View History

2019-08-02 13:24:49 +02:00
image: python:3.6
stages:
- test
before_script:
- pip install tox
python36:
image: python:3.6
stage: test
script: tox -e py36
python37:
image: python:3.7
stage: test
script: tox -e py37
linters:
stage: test
script: tox -e linters