[tox]
envlist = py38,py39,py310
[testenv]
deps =
-rrequirements_test.txt
commands =
flake8
pytest ./tests