Testing locally on Python 3.10.

This commit is contained in:
Julien Palard 2021-06-04 07:06:17 +02:00
parent de89183e4d
commit 3dcd6c7ace
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ignore = E203
max-line-length = 88
[tox]
envlist = py36, py37, py38, py39, flake8, mypy, black, pydocstyle
envlist = py36, py37, py38, py39, py310, flake8, mypy, black, pydocstyle
isolated_build = True
skip_missing_interpreters = True