From 9580bcde17ef5711d61ceaeb9a817b1d4682807d Mon Sep 17 00:00:00 2001 From: Nicolas MAILLET <nicolas.maillet@pasteur.fr> Date: Thu, 12 Jul 2018 13:16:31 +0200 Subject: [PATCH] support python 3.7 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cde9789..e93909a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ stages: - py34 - py35 - py36 + - py37 test-py3.4: image: debian stage: py34 -- GitLab