Skip to content
Snippets Groups Projects
Commit 05b3d4b8 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add python 3.8 test job

parent 616aea3f
No related branches found
No related tags found
No related merge requests found
Pipeline #8406 failed
......@@ -54,6 +54,14 @@ test-py3.7:
- make test
<<: *junit_definition
test-py3.8:
image: docker.km3net.de/base/python:3.8
stage: test
script:
- *virtualenv_definition
- make test
<<: *junit_definition
code-style:
image: docker.km3net.de/base/python:3.7
stage: test
......
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