Skip to content
Snippets Groups Projects
Verified Commit 61305e5f authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Exclude Python 3.5

parent b2110602
No related branches found
No related tags found
1 merge request!6Add fallback Jpp sources
Pipeline #18980 passed
......@@ -43,20 +43,6 @@ download-pdfs:
- pdfs
key: "init-$CI_COMMIT_REF_SLUG"
build-jpp-master-py35:
image: docker.km3net.de/base/python:3.5
stage: build
script:
- echo "CI_COMMIT_REF_SLUG = $CI_COMMIT_REF_SLUG"
- *virtualenv_definition
cache:
paths:
- venv
key: "py35-$CI_COMMIT_REF_SLUG"
artifacts:
paths:
- venv
build-jpp-master-py36:
image: docker.km3net.de/base/python:3.6
stage: build
......@@ -96,16 +82,6 @@ build-jpp-master-py38:
paths:
- venv
test-jpp-master-py35:
image: docker.km3net.de/base/python:3.5
stage: test
script:
- *test_definition
dependencies:
- build-jpp-master-py35
- download-pdfs
cache: {}
test-jpp-master-py36:
image: docker.km3net.de/base/python:3.6
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