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: ...@@ -43,20 +43,6 @@ download-pdfs:
- pdfs - pdfs
key: "init-$CI_COMMIT_REF_SLUG" 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: build-jpp-master-py36:
image: docker.km3net.de/base/python:3.6 image: docker.km3net.de/base/python:3.6
stage: build stage: build
...@@ -96,16 +82,6 @@ build-jpp-master-py38: ...@@ -96,16 +82,6 @@ build-jpp-master-py38:
paths: paths:
- venv - 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: test-jpp-master-py36:
image: docker.km3net.de/base/python:3.6 image: docker.km3net.de/base/python:3.6
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment