mirror of
https://github.com/correl/tornado-openapi3.git
synced 2024-11-22 03:00:15 +00:00
Run tests on Python 3.9
This commit is contained in:
parent
a0799642ae
commit
69ffb92c06
2 changed files with 2 additions and 1 deletions
|
@ -2,5 +2,6 @@ language: python
|
||||||
python:
|
python:
|
||||||
- "3.7"
|
- "3.7"
|
||||||
- "3.8"
|
- "3.8"
|
||||||
|
- "3.9"
|
||||||
install: pip install tox-travis
|
install: pip install tox-travis
|
||||||
script: tox
|
script: tox
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,6 +1,6 @@
|
||||||
[tox]
|
[tox]
|
||||||
isolated_build=true
|
isolated_build=true
|
||||||
envlist = {py37,py38}-tornado{4,5,6}
|
envlist = {py37,py38,py39}-tornado{4,5,6}
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
|
|
Loading…
Reference in a new issue