summaryrefslogtreecommitdiffstats
path: root/third_party/python/cbor2/setup.cfg
blob: fd6c5cb2cf2895a295f896ef3c29c209957f4b75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[tool:pytest]
addopts = -rsx --cov --tb=short
testpaths = tests

[coverage:run]
source = cbor2

[coverage:report]
show_missing = true

[flake8]
max-line-length = 99
exclude = .tox,build,docs

[bdist_wheel]
universal = 1

[egg_info]
tag_build = 
tag_date = 0