CI: test with Python 3.9 stable
This commit is contained in:
parent
04bf3d79a0
commit
7a83e7148d
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ python:
|
||||||
- 3.6
|
- 3.6
|
||||||
- 3.7
|
- 3.7
|
||||||
- 3.8
|
- 3.8
|
||||||
- 3.9-dev
|
- 3.9
|
||||||
- 3.10-dev
|
- 3.10-dev
|
||||||
install:
|
install:
|
||||||
- pip install tox-travis codecov
|
- pip install tox-travis codecov
|
||||||
|
|
@ -22,7 +22,7 @@ matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- python: 3.8
|
- python: 3.9
|
||||||
env:
|
env:
|
||||||
- TOXENV=flake8
|
- TOXENV=flake8
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue