From ca394afe200548e8814cb8e2ac53e5e86da28186 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Fri, 2 Aug 2019 14:36:06 +0200 Subject: [PATCH] Test also with Python3.5 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a4a7957..406cf3e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: before_script: - pip install tox -python36: +python35: image: python:3.5 stage: test script: tox -e py35