14 lines
159 B
INI
14 lines
159 B
INI
[tox]
|
|
envlist = py36, py37, py38, py39
|
|
|
|
[testenv]
|
|
deps =
|
|
flake8
|
|
mypy
|
|
commands =
|
|
flake8
|
|
mypy -p pyoo
|
|
|
|
[flake8]
|
|
max-line-length = 120
|
|
max-complexity = 15 |