From bc2f17811666f293c68e0b65d92254922cf63eaa Mon Sep 17 00:00:00 2001 From: plup <plup@plup.io> Date: Wed, 9 Jan 2019 23:21:49 +0100 Subject: [PATCH] test: change python version in container --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e131810f..137fb381 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ --- -image: python:3.4 +image: python:3.6 stages: - test -- GitLab