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