From 83cd63c6a1fc126f4ff67f55c12c57f5a37e8011 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Wed, 10 Jun 2020 13:54:14 +0100 Subject: [PATCH] CI: bring back py36 --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 761510c8f..cbec21270 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -156,6 +156,10 @@ variables: script: - bash ./.ci/test_template.sh +test:3.6: + stage: test + image: pauldmccarthy/fsleyes-py36-wxpy4-gtk3 + <<: *test_template test:3.7: stage: test -- GitLab