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

CI: Doesn't make a difference, but using py36 over 35 for CI tasks

parent d9749d8f
No related branches found
No related tags found
No related merge requests found
...@@ -191,7 +191,7 @@ build-doc: ...@@ -191,7 +191,7 @@ build-doc:
- docker - docker
stage: doc stage: doc
image: python:3.5 image: python:3.6
script: script:
- bash ./.ci/build_doc.sh - bash ./.ci/build_doc.sh
...@@ -212,7 +212,7 @@ build-pypi-dist: ...@@ -212,7 +212,7 @@ build-pypi-dist:
<<: *patch_version <<: *patch_version
stage: build stage: build
image: python:3.5 image: python:3.6
tags: tags:
- docker - docker
...@@ -236,7 +236,7 @@ deploy-doc: ...@@ -236,7 +236,7 @@ deploy-doc:
<<: *setup_ssh <<: *setup_ssh
stage: deploy stage: deploy
when: manual when: manual
image: python:3.5 image: python:3.6
tags: tags:
- docker - docker
...@@ -253,7 +253,7 @@ deploy-pypi: ...@@ -253,7 +253,7 @@ deploy-pypi:
<<: *setup_ssh <<: *setup_ssh
stage: deploy stage: deploy
when: manual when: manual
image: python:3.5 image: python:3.6
tags: tags:
- docker - docker
......
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