1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-08-24 02:57:56 +02:00

Update project base

This commit is contained in:
Alexandre Iooss
2019-08-02 13:24:49 +02:00
parent 9ebe20023d
commit 8571cd36ac
8 changed files with 1195 additions and 289 deletions

21
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,21 @@
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