From eaf2dcfd5234a602961f65e383cf4b1ec06ebaa5 Mon Sep 17 00:00:00 2001
From: msimonin <matthieu.simonin@inria.fr>
Date: Thu, 7 Oct 2021 00:17:50 +0200
Subject: [PATCH] ci

---
 .gitlab-ci.yml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fa0835c..89b076e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ python3.8:
     stage: test
     script:
     - pip install tox
-    - tox -e py37
+    - tox -e py38
     - tox -e pep8
 
 python3.9:
@@ -32,15 +32,9 @@ python3.9:
     stage: test
     script:
     - pip install tox
-    - tox -e py37
+    - tox -e py39
     - tox -e pep8
 
-python2.7:
-    image: python:2.7
-    stage: test
-    script:
-    - pip install tox
-    - tox -e py27 pep8
 
 #### Entering th release zone
 pages:
-- 
GitLab