1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-27 16:31:42 +00:00
senpy/setup.cfg

21 lines
524 B
INI
Raw Normal View History

2014-09-16 14:45:06 +00:00
[metadata]
2015-02-24 07:39:33 +00:00
description-file = README.rst
license_file = LICENSE.txt
[aliases]
test=pytest
[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
max-line-length = 100
[bdist_wheel]
2017-02-28 03:01:05 +00:00
universal=1
[tool:pytest]
2019-09-02 11:56:30 +00:00
addopts = -v --cov=senpy --cov-report term-missing
filterwarnings =
ignore:the matrix subclass:PendingDeprecationWarning
[coverage:report]
omit = senpy/__main__.py