14 lines
191 B
INI
14 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/
|