Python 3.11 Testing

This commit is contained in:
Ariel Rin
2021-12-28 11:29:33 +00:00
parent bd9ea225be
commit 577c4395c4
2 changed files with 24 additions and 1 deletions

View File

@@ -86,6 +86,17 @@ test-3.10-core:
reports:
cobertura: coverage.xml
test-3.11-core:
<<: *only-default
image: python:3.11-rc-bullseye
script:
- tox -e py311-core
artifacts:
when: always
reports:
cobertura: coverage.xml
allow_failure: true
test-3.7-all:
<<: *only-default
image: python:3.7-bullseye
@@ -126,6 +137,17 @@ test-3.10-all:
reports:
cobertura: coverage.xml
test-3.11-all:
<<: *only-default
image: python:3.11-rc-bullseye
script:
- tox -e py311-all
artifacts:
when: always
reports:
cobertura: coverage.xml
allow_failure: true
deploy_production:
stage: deploy
image: python:3.10-bullseye