added some more versions
This commit is contained in:
@ -24,9 +24,9 @@ tests:
|
|||||||
reports:
|
reports:
|
||||||
cobertura: coverage.xml
|
cobertura: coverage.xml
|
||||||
|
|
||||||
tests-3.9:
|
tests-3.6:
|
||||||
stage: OptionalTests
|
stage: OptionalTests
|
||||||
image: python:3.9
|
image: python:3.6
|
||||||
needs: ["tests"]
|
needs: ["tests"]
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
variables:
|
variables:
|
||||||
@ -36,7 +36,23 @@ tests-3.9:
|
|||||||
- *install-grum-test
|
- *install-grum-test
|
||||||
- pytest ./tests
|
- pytest ./tests
|
||||||
|
|
||||||
|
tests-3.7:
|
||||||
|
extends: "tests-3.6"
|
||||||
|
image: python:3.7
|
||||||
|
|
||||||
|
tests-3.8:
|
||||||
|
extends: "tests-3.6"
|
||||||
|
image: python:3.8
|
||||||
|
|
||||||
|
tests-3.9:
|
||||||
|
extends: "tests-3.6"
|
||||||
|
image: python:3.9
|
||||||
|
|
||||||
tests-3.10:
|
tests-3.10:
|
||||||
extends: "tests-3.9"
|
extends: "tests-3.6"
|
||||||
image: python:3.10
|
image: python:3.10
|
||||||
|
|
||||||
|
tests-3.11:
|
||||||
|
extends: "tests-3.6"
|
||||||
|
image: python:3.11
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user