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

[testenv]
commands = python -m unittest

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