debian-python-raven/setup.cfg

13 lines
265 B
INI
Raw Permalink Normal View History

2012-12-07 00:03:07 +01:00
[pytest]
python_files=test*.py
2015-03-29 19:55:01 +02:00
addopts=--tb=native -p no:doctest
norecursedirs=bin dist docs htmlcov hooks node_modules .* {args}
2013-09-14 03:04:42 +02:00
[flake8]
2015-03-29 19:55:01 +02:00
ignore = F999,E501,E128,E124,E402,W503,E731,F841
2013-09-14 03:04:42 +02:00
max-line-length = 100
exclude = .tox,.git,docs
2013-11-13 16:48:27 +01:00
2015-07-06 16:57:41 +02:00
[bdist_wheel]
2013-11-13 16:48:27 +01:00
universal = 1