From 7a846b43b15951bfa843b76aa2f1d80388ad0685 Mon Sep 17 00:00:00 2001
From: vtexier <vit@free.fr>
Date: Thu, 30 May 2019 11:45:40 +0200
Subject: [PATCH] [enh] #54 upgrade gitlab ci to python 3.6.8 for black check

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ee7a6d86..a5326995 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ stages:
   - release
 
 variables:
-    PYENV_PYTHON_VERSION: 3.5.5
+    PYENV_PYTHON_VERSION: 3.6.8
 
 image: registry.duniter.org/docker/python3/duniterpy-builder:0.0.4
 
-- 
GitLab