gitlab CI python 3.10 tests

This commit is contained in:
Éloi Rivard 2021-11-17 11:11:20 +01:00
parent 48fa37aeb6
commit c544c2b6db

View file

@ -33,13 +33,18 @@ python39:
stage: test
script: tox -e py39
python310:
image: python:3.10
stage: test
script: tox -e py310
doc:
image: python:3.9
image: python:3.10
stage: test
script: tox -e doc
coverage:
image: python:3.9
image: python:3.10
stage: test
allow_failure: true
script: