[tox] envlist = py37, py38, py39, flake8, mypy [testenv:flake8] basepython = python deps = flake8 commands = flake8 lemi2seed tests [testenv:mypy] basepython = python deps = mypy commands = python -m mypy --config-file ./setup.cfg lemi2seed [testenv] commands = python -m unittest