From de08790675133c790bf5045905764664994ba255 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Wed, 2 Sep 2020 14:59:53 +0200
Subject: [PATCH] Delete Python 3.5 from CI

---
 .gitlab-ci.yml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ffb666b..4b38a6c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,15 +30,6 @@ stages:
       reports:
         junit: "reports/junit*.xml"
 
-test-py3.5:
-    image: docker.km3net.de/base/python:3.5
-    stage: test
-    script:
-        - *virtualenv_definition
-        - make test
-    <<: *junit_definition
-    allow_failure: true
-
 test-py3.6:
     image: docker.km3net.de/base/python:3.6
     stage: test
-- 
GitLab