[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