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
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue