From 980467b17d00e7a0eb0b779491ce3febc847a459 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Fri, 27 Mar 2020 13:30:22 +0000 Subject: [PATCH] CI: drop py36 --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a050cb81..6bc3be33b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -157,12 +157,6 @@ variables: - bash ./.ci/test_template.sh -test:3.6: - stage: test - image: pauldmccarthy/fsleyes-py36-wxpy4-gtk3 - <<: *test_template - - test:3.7: stage: test image: pauldmccarthy/fsleyes-py37-wxpy4-gtk3 -- GitLab