mirror of
https://github.com/correl/tornado-openapi3.git
synced 2024-11-21 19:18:40 +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:
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
- "3.9"
|
||||
install: pip install tox-travis
|
||||
script: tox
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,6 +1,6 @@
|
|||
[tox]
|
||||
isolated_build=true
|
||||
envlist = {py37,py38}-tornado{4,5,6}
|
||||
envlist = {py37,py38,py39}-tornado{4,5,6}
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
|
|
Loading…
Reference in a new issue