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