From a9da90fd72a2564b02002f9c639599eadb034f77 Mon Sep 17 00:00:00 2001
From: Nico Maillet <nicolas.maillet@pasteur.fr>
Date: Wed, 3 Feb 2021 16:38:57 +0100
Subject: [PATCH] Remove python3.5 compatibility

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c84dbd3..4836ead 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,15 +1,8 @@
 stages:
-  - py35
   - py36
   - py37
   - py38
   - py39
-test-py3.5:
-  image: python:3.5
-  stage: py35
-  script:
-  - pip3 install -r requirements.txt
-  - python3.5 -m pytest --cov rpg tests
 test-py3.6:
   image: python:3.6
   stage: py36
-- 
GitLab