DEBSOURCES
Skip Quicknav
sources / python-pytest-toolbox / 0.4-6 / setup.cfg
12345678910111213
[tool:pytest] testpaths = tests timeout = 10 [flake8] max-complexity = 10 max-line-length = 120 [bdist_wheel] python-tag = py35+ [isort] line_length=120