forked from josch/img2pdf
tox.ini: add python 3.10 to envlist
This commit is contained in:
parent
30d705f020
commit
95a313f437
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -4,7 +4,7 @@
|
|||
# and then run "tox" from this directory.
|
||||
|
||||
[tox]
|
||||
envlist = py35, py36, py37, py38, py39
|
||||
envlist = py35, py36, py37, py38, py39, py310
|
||||
skip_missing_interpreters = true
|
||||
|
||||
[testenv]
|
||||
|
|
Loading…
Reference in a new issue