Add python 3.10 to tox.ini

This commit is contained in:
Daniel Gonçalves 2021-10-14 18:41:02 +02:00
parent 31a778c4f2
commit 07f24fc13c

View file

@ -1,5 +1,5 @@
[tox]
envlist = py36,py37,py38,py39
envlist = py36,py37,py38,py39,py310
skipsdist = True
[testenv]