CI: test with Python 3.9-dev and 3.10-dev
This commit is contained in:
parent
23835da44a
commit
92e64f0d7f
2 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ python:
|
|||
- 3.6
|
||||
- 3.7
|
||||
- 3.8
|
||||
- 3.9-dev
|
||||
- 3.10-dev
|
||||
install:
|
||||
- pip install tox-travis codecov
|
||||
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -7,6 +7,8 @@ envlist =
|
|||
py36
|
||||
py37
|
||||
py38
|
||||
py39
|
||||
py310
|
||||
flake8
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue