From e26cd376d78360f53040e3fdf669805b6cd60e96 Mon Sep 17 00:00:00 2001
From: Nicolas MAILLET <nicolas.maillet@pasteur.fr>
Date: Thu, 12 Jul 2018 13:15:14 +0200
Subject: [PATCH] support python 3.7

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 74ba546..cde9789 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,4 +57,4 @@ test-py3.7:
   - make install
   - cd ..
   - pip3 install -r requirements.txt
-  - python3.7 -m pytest --cov rpg tests
\ No newline at end of file
+  - python3.7 -m pytest --cov rpg tests
-- 
GitLab