Skip to content
Snippets Groups Projects
Unverified Commit 46318b16 authored by Luke Murphy's avatar Luke Murphy
Browse files

Test against latest 3.6 version

parent fd4584e7
No related branches found
No related tags found
2 merge requests!199Staging,!178Specify specific Python version
Pipeline #10656 passed
...@@ -17,7 +17,7 @@ stages: ...@@ -17,7 +17,7 @@ stages:
code-sanity: code-sanity:
image: python:3.6 image: python:3.6.10
services: services:
- mysql:5.7 - mysql:5.7
stage: sanity stage: sanity
...@@ -36,7 +36,7 @@ code-sanity: ...@@ -36,7 +36,7 @@ code-sanity:
code-lint: code-lint:
image: python:3.6 image: python:3.6.10
services: services:
- mysql:5.7 - mysql:5.7
stage: lint stage: lint
...@@ -53,7 +53,7 @@ code-lint: ...@@ -53,7 +53,7 @@ code-lint:
unit-test: unit-test:
image: python:3.6 image: python:3.6.10
services: services:
- mysql:5.7 - mysql:5.7
stage: test stage: test
......
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