Skip to content
Snippets Groups Projects
tox.ini 237 B
Newer Older
Kien Le's avatar
Kien Le committed
[tox]
Kien Le's avatar
Kien Le committed
envlist = py39, python3.10, py311, flake8
Kien Le's avatar
Kien Le committed

[testenv]
commands = python -m unittest

[testenv:flake8]
basepython = python
deps = flake8
commands = flake8 --exclude sohstationviewer/view/ui sohstationviewer
           flake8 tests