1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2024-11-26 20:47:10 +00:00
med/.gitlab-ci.yml
2019-08-02 14:36:06 +02:00

27 lines
322 B
YAML

image: python:3.6
stages:
- test
before_script:
- pip install tox
python35:
image: python:3.5
stage: test
script: tox -e py35
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