forked from cas/civicrmapi4
16 lines
165 B
INI
16 lines
165 B
INI
[tox]
|
|
envlist = py36, py37, py38, py39
|
|
|
|
[testenv]
|
|
deps =
|
|
flake8
|
|
mypy
|
|
commands =
|
|
flake8
|
|
mypy civicrmapi4
|
|
|
|
|
|
[flake8]
|
|
max-line-length = 120
|
|
max-complexity = 20
|