Add python 3.10 to tox.ini
This commit is contained in:
parent
31a778c4f2
commit
07f24fc13c
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py36,py37,py38,py39
|
||||
envlist = py36,py37,py38,py39,py310
|
||||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
|
|
Loading…
Reference in a new issue