Update python version in gitlab-ci

mesa
J. Fernando Sánchez 1 year ago
parent 05748a3250
commit b3e77cbff5

@ -20,7 +20,7 @@ docker:
test: test:
tags: tags:
- docker - docker
image: python:3.7 image: python:3.8
stage: test stage: test
script: script:
- pip install -r requirements.txt -r test-requirements.txt - pip install -r requirements.txt -r test-requirements.txt
@ -31,7 +31,7 @@ push_pypi:
- tags - tags
tags: tags:
- docker - docker
image: python:3.7 image: python:3.8
stage: publish stage: publish
script: script:
- echo $CI_COMMIT_TAG > soil/VERSION - echo $CI_COMMIT_TAG > soil/VERSION
@ -44,7 +44,7 @@ check_pypi:
- tags - tags
tags: tags:
- docker - docker
image: python:3.7 image: python:3.8
stage: check_published stage: check_published
script: script:
- pip install soil==$CI_COMMIT_TAG - pip install soil==$CI_COMMIT_TAG

Loading…
Cancel
Save