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

Fix testing test

parent 1652c70c
No related branches found
No related tags found
No related merge requests found
Pipeline #13497 passed
......@@ -52,18 +52,21 @@ test-py3.5:
image: docker.km3net.de/base/python:3.5
stage: test
script:
- make install-dev
- make test
test-py3.6:
image: docker.km3net.de/base/python:3.6
stage: test
script:
- make install-dev
- make test
test-py3.7:
image: docker.km3net.de/base/python:3.7
stage: test
script:
- make install-dev
- make test
doc-py3.5:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment