summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 8032dda0a8ccb2ee51ddca1c938c20a269761d2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[tool:pytest]
python_files=test*.py
addopts=--tb=native -p no:doctest -p no:logging --cov=raven
norecursedirs=raven build bin dist htmlcov hooks node_modules .* {args}
DJANGO_SETTINGS_MODULE = tests.contrib.django.settings
python_paths = tests
flake8-ignore =
    tests/ ALL

[flake8]
ignore = F999,E501,E128,E124,E402,W503,E731,F841,D100,D101,D102,D103,D104,D105,D107,D200,D201,D205,D400,D401,D402,D403,I100,I101, I201, I202
max-line-length = 100
exclude = .tox,.git,tests

[bdist_wheel]
universal = 1