From 61305e5f871416f070c6968299562f541872e09c Mon Sep 17 00:00:00 2001 From: Tamas Gal <himself@tamasgal.com> Date: Wed, 31 Mar 2021 12:56:38 +0200 Subject: [PATCH] Exclude Python 3.5 --- .gitlab-ci.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32c5413..d212dd8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab