lemur/setup.cfg

16 lines
350 B
INI
Raw Normal View History

[tool:pytest]
2015-07-21 19:03:02 +02:00
python_files=test*.py
addopts=--tb=native -p no:doctest
norecursedirs=bin dist docs htmlcov script hooks node_modules .* {args}
[flake8]
2016-06-23 18:40:55 +02:00
ignore = F999,E501,E128,E124,E402,W503,E731,F841,F405
2015-07-21 19:03:02 +02:00
max-line-length = 100
exclude = .tox,.git,*/migrations/*,lemur/static/*,docs/*
[wheel]
universal = 1
2015-09-19 00:50:59 +02:00
[metadata]
description-file = README.rst