From 12c92a6285f5cabd3e7b388dd94857f85a111028 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Wed, 17 Feb 2021 20:21:53 +0000 Subject: [PATCH] CI: No longer test on 36 --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8407a7493..50be73b05 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -156,10 +156,6 @@ 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