From d9749d8f073b036fe6a8e282b68c50e23ef6baf4 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Fri, 5 Oct 2018 17:57:37 +0100 Subject: [PATCH] CI: Remove py2/34 jobs, add py37 --- .gitlab-ci.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29b0ea2c7..4a8dfd812 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -148,18 +148,6 @@ variables: - bash ./.ci/test_template.sh -test:2.7: - stage: test - image: pauldmccarthy/fsleyes-py27-wxpy4-gtk2 - <<: *test_template - - -test:3.4: - stage: test - image: pauldmccarthy/fsleyes-py34-wxpy4-gtk2 - <<: *test_template - - test:3.5: stage: test image: pauldmccarthy/fsleyes-py35-wxpy4-gtk2 @@ -172,6 +160,12 @@ test:3.6: <<: *test_template +test:3.7: + stage: test + image: pauldmccarthy/fsleyes-py37-wxpy4-gtk2 + <<: *test_template + + ############# # Style stage ############# -- GitLab