Skip to content
Snippets Groups Projects
Commit 8e063bc3 authored by Lukas Hennig's avatar Lukas Hennig
Browse files

Add Python 3.7 testing to CI

parent 4bb45850
No related branches found
No related tags found
1 merge request!36Add python 3.7 test and coverage
...@@ -32,13 +32,16 @@ cache: ...@@ -32,13 +32,16 @@ cache:
make install-dev make install-dev
test: test:
image: docker.km3net.de/base/python:3.6 image: docker.km3net.de/base/python:$PYTHON_VERSION
stage: test stage: test
script: script:
- *virtualenv_definition - *virtualenv_definition
- pip list - pip list
- make test - make test
parallel:
matrix:
- PYTHON_VERSION: "3.6"
- PYTHON_VERSION: "3.7"
coverage: coverage:
image: docker.km3net.de/base/python:3.6 image: docker.km3net.de/base/python:3.6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment