2016-12-02 10:54:18 -08:00
|
|
|
[tool:pytest]
|
2015-07-21 10:03:02 -07: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 09:40:55 -07:00
|
|
|
ignore = F999,E501,E128,E124,E402,W503,E731,F841,F405
|
2015-07-21 10:03:02 -07:00
|
|
|
max-line-length = 100
|
|
|
|
exclude = .tox,.git,*/migrations/*,lemur/static/*,docs/*
|
|
|
|
|
|
|
|
[wheel]
|
2015-07-23 12:16:56 -07:00
|
|
|
universal = 1
|
2015-09-18 15:50:59 -07:00
|
|
|
|
|
|
|
[metadata]
|
|
|
|
description-file = README.rst
|