[tox]
minversion = 3.8.0
envlist = py38,py39,py310
[testenv]
deps = pytest
commands = pytest
[flake8]
max-line-length=125