-
Kien Le authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
tox.ini 237 B
[tox]
envlist = py39, python3.10, py311, flake8
[testenv]
commands = python -m unittest
[testenv:flake8]
basepython = python
deps = flake8
commands = flake8 --exclude sohstationviewer/view/ui sohstationviewer
flake8 tests