2014-09-16 14:45:06 +00:00
|
|
|
[metadata]
|
2015-02-24 07:39:33 +00:00
|
|
|
description-file = README.rst
|
2016-02-19 18:24:09 +00:00
|
|
|
[aliases]
|
|
|
|
test=pytest
|
2017-01-10 10:10:10 +00:00
|
|
|
[flake8]
|
|
|
|
# because of the way that future works, we need to call install_aliases before
|
|
|
|
# finishing the imports. flake8 thinks that we're doing the imports too late,
|
|
|
|
# but it's actually ok
|
|
|
|
ignore = E402
|
2017-02-27 10:37:43 +00:00
|
|
|
max-line-length = 100
|
|
|
|
[bdist_wheel]
|
2017-02-28 03:01:05 +00:00
|
|
|
universal=1
|
|
|
|
[tool:pytest]
|
2017-06-12 18:29:29 +00:00
|
|
|
addopts = --cov=senpy --cov-report term-missing
|
|
|
|
|
|
|
|
[coverage:report]
|
|
|
|
omit = senpy/__main__.py
|