debian-python-raven/setup.cfg

12 lines
159 B
INI

[pytest]
python_files=test*.py
addopts=--tb=short
[flake8]
ignore = F999,E501,E128,E124
max-line-length = 100
exclude = .tox,.git,docs
[wheel]
universal = 1