From a4d50dac816ecf7585562bd6097ebcfd4ccd9e41 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Thu, 19 Sep 2019 08:55:11 +0100
Subject: [PATCH] CI: Drop py35, add py38, move to gtk3

---
 .gitlab-ci.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 69c6f3d68..6a050cb81 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -157,27 +157,27 @@ variables:
     - bash ./.ci/test_template.sh
 
 
-test:3.5:
+test:3.6:
   stage: test
-  image: pauldmccarthy/fsleyes-py35-wxpy4-gtk2
+  image: pauldmccarthy/fsleyes-py36-wxpy4-gtk3
   <<: *test_template
 
 
-test:3.6:
+test:3.7:
   stage: test
-  image: pauldmccarthy/fsleyes-py36-wxpy4-gtk2
+  image: pauldmccarthy/fsleyes-py37-wxpy4-gtk3
   <<: *test_template
 
 
-test:3.7:
+test:3.8:
   stage: test
-  image: pauldmccarthy/fsleyes-py37-wxpy4-gtk2
+  image: pauldmccarthy/fsleyes-py38-wxpy4-gtk3
   <<: *test_template
 
 
 test:build-pypi-dist:
   stage: test
-  image: pauldmccarthy/fsleyes-py35-wxpy4-gtk2
+  image: pauldmccarthy/fsleyes-py36-wxpy4-gtk3
   <<: *except_releases
 
   tags:
@@ -195,7 +195,7 @@ test:build-pypi-dist:
 
 style:
   stage: style
-  image: pauldmccarthy/fsleyes-py35-wxpy4-gtk2
+  image: pauldmccarthy/fsleyes-py36-wxpy4-gtk3
   <<: *test_template
   variables:
     TEST_STYLE:  "true"
-- 
GitLab