[tox] envlist = py39, py310, py311, flake8 [testenv:flake8] basepython = python deps = flake8 commands = flake8 --ignore=F403,F405,F821,F841,W504 mseedpeek flake8 tests [testenv] commands = python -m unittest