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

Add Debian Stretch requirements

This commit is contained in:
Alexandre Iooss
2019-08-02 13:32:09 +02:00
parent 8571cd36ac
commit ad5a4e2df1
4 changed files with 15 additions and 2 deletions

View File

@@ -6,6 +6,11 @@ stages:
before_script:
- pip install tox
python36:
image: python:3.5
stage: test
script: tox -e py35
python36:
image: python:3.6
stage: test