Run tests on Python 3.9

This commit is contained in:
Correl Roush 2021-01-22 00:10:05 -05:00
parent a0799642ae
commit 69ffb92c06
2 changed files with 2 additions and 1 deletions

View file

@ -2,5 +2,6 @@ language: python
python:
- "3.7"
- "3.8"
- "3.9"
install: pip install tox-travis
script: tox

View file

@ -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 =