Skip to content
Snippets Groups Projects
tox.ini 284 B
Newer Older
Maeva Pourpoint's avatar
Maeva Pourpoint committed
[tox]
envlist = py37, py38, py39, flake8, mypy

[testenv:flake8]
basepython = python
deps = flake8
commands = flake8 lemi2seed tests
Maeva Pourpoint's avatar
Maeva Pourpoint committed

[testenv:mypy]
basepython = python
deps = mypy
commands = python -m mypy --config-file ./setup.cfg lemi2seed

[testenv]
commands = python -m unittest