Skip to content
Snippets Groups Projects
Commit ffcfcbb8 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Remove python 3.5

parent be2c71ec
No related branches found
No related tags found
No related merge requests found
Pipeline #15249 passed
......@@ -12,12 +12,6 @@ before_script:
- cd awesome
- git init
install-py3.5:
image: docker.km3net.de/base/python:3.5
stage: install
script:
- make install
install-py3.6:
image: docker.km3net.de/base/python:3.6
stage: install
......@@ -30,11 +24,11 @@ install-py3.7:
script:
- make install
install-dev-py3.5:
image: docker.km3net.de/base/python:3.5
stage: install-dev
install-py3.8:
image: docker.km3net.de/base/python:3.8
stage: install
script:
- make install-dev
- make install
install-dev-py3.6:
image: docker.km3net.de/base/python:3.6
......@@ -48,12 +42,11 @@ install-dev-py3.7:
script:
- make install-dev
test-py3.5:
image: docker.km3net.de/base/python:3.5
stage: test
install-dev-py3.8:
image: docker.km3net.de/base/python:3.8
stage: install-dev
script:
- make install-dev
- make test
test-py3.6:
image: docker.km3net.de/base/python:3.6
......@@ -69,12 +62,12 @@ test-py3.7:
- make install-dev
- make test
doc-py3.5:
image: docker.km3net.de/base/python:3.5
stage: doc
test-py3.8:
image: docker.km3net.de/base/python:3.8
stage: test
script:
- make install-dev
- cd doc && make html
- make test
doc-py3.6:
image: docker.km3net.de/base/python:3.6
......@@ -89,3 +82,10 @@ doc-py3.7:
script:
- make install-dev
- cd doc && make html
doc-py3.8:
image: docker.km3net.de/base/python:3.8
stage: doc
script:
- make install-dev
- cd doc && make html
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