Files
2021-11-22 10:35:44 -08:00

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