Add py310 as tox env

This commit is contained in:
Marc Mueller 2021-05-10 18:21:44 +02:00 committed by Pierre Sassoulas
parent e0895a044d
commit 817a1c606d

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.4
envlist = formatting, py36, py37, py38, py39, pypy, benchmark
envlist = formatting, py36, py37, py38, py39, py310, pypy, benchmark
skip_missing_interpreters = true
[testenv:pylint]