Skip to content
Snippets Groups Projects
Commit d9749d8f authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

CI: Remove py2/34 jobs, add py37

parent c75c2459
No related branches found
No related tags found
No related merge requests found
...@@ -148,18 +148,6 @@ variables: ...@@ -148,18 +148,6 @@ variables:
- bash ./.ci/test_template.sh - 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: test:3.5:
stage: test stage: test
image: pauldmccarthy/fsleyes-py35-wxpy4-gtk2 image: pauldmccarthy/fsleyes-py35-wxpy4-gtk2
...@@ -172,6 +160,12 @@ test:3.6: ...@@ -172,6 +160,12 @@ test:3.6:
<<: *test_template <<: *test_template
test:3.7:
stage: test
image: pauldmccarthy/fsleyes-py37-wxpy4-gtk2
<<: *test_template
############# #############
# Style stage # Style stage
############# #############
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment