tox.ini: add py39

This commit is contained in:
Johannes 'josch' Schauer 2020-10-31 08:47:01 +01:00
parent 9290cb4a10
commit 213a6af41f
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = py35, py36, py37, py38
envlist = py35, py36, py37, py38, py39
skip_missing_interpreters = true
[testenv]