tox.ini: add python 3.10 to envlist

This commit is contained in:
Johannes Schauer Marin Rodrigues 2021-12-11 11:22:31 +01:00
parent 30d705f020
commit 95a313f437
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

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