13 lines
191 B
INI
13 lines
191 B
INI
[tox]
|
|
env_list = py{38,39,310},lint
|
|
isolated_build = true
|
|
|
|
[testenv]
|
|
sections = tests
|
|
commands =
|
|
pytest tests
|
|
|
|
[testenv:lint]
|
|
sections = tests
|
|
commands =
|
|
flake8 client/ server/ base/
|