forked from Github-Mirrors/canaille
Python 3.9 support
This commit is contained in:
parent
a5ece4a324
commit
f9093e6b9c
2 changed files with 7 additions and 1 deletions
|
@ -28,8 +28,13 @@ python38:
|
|||
stage: test
|
||||
script: tox -e py38
|
||||
|
||||
python39:
|
||||
image: python:3.9
|
||||
stage: test
|
||||
script: tox -e py39
|
||||
|
||||
coverage:
|
||||
image: python:3.8
|
||||
image: python:3.9
|
||||
stage: test
|
||||
script:
|
||||
- tox -e coverage
|
||||
|
|
|
@ -35,6 +35,7 @@ envlist =
|
|||
py36
|
||||
py37
|
||||
py38
|
||||
py39
|
||||
coverage
|
||||
skipsdist=True
|
||||
|
||||
|
|
Loading…
Reference in a new issue