forked from Github-Mirrors/canaille
gitlab CI python 3.10 tests
This commit is contained in:
parent
48fa37aeb6
commit
c544c2b6db
1 changed files with 7 additions and 2 deletions
|
@ -33,13 +33,18 @@ python39:
|
||||||
stage: test
|
stage: test
|
||||||
script: tox -e py39
|
script: tox -e py39
|
||||||
|
|
||||||
|
python310:
|
||||||
|
image: python:3.10
|
||||||
|
stage: test
|
||||||
|
script: tox -e py310
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
image: python:3.9
|
image: python:3.10
|
||||||
stage: test
|
stage: test
|
||||||
script: tox -e doc
|
script: tox -e doc
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
image: python:3.9
|
image: python:3.10
|
||||||
stage: test
|
stage: test
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue