python-telegram-bot/setup.cfg

36 lines
528 B
INI
Raw Normal View History

2015-08-11 21:49:38 +02:00
[wheel]
universal = 1
2015-08-14 21:30:30 +02:00
[build_sphinx]
source-dir = docs/source
build-dir = docs/build
all_files = 1
[upload_sphinx]
2015-08-11 21:49:38 +02:00
upload-dir = docs/build/html
[flake8]
max-line-length = 99
ignore = W503
2016-05-15 02:52:35 +02:00
[yapf]
based_on_style = google
split_before_logical_operator = True
2016-05-15 02:52:35 +02:00
column_limit = 99
[tool:pytest]
testpaths = tests
addopts = --no-success-flaky-report -rsxX
filterwarnings =
error
ignore::DeprecationWarning
[coverage:run]
branch = False
source = telegram
omit =
tests/
telegram/__main__.py
telegram/vendor/*