gecko-dev/third_party/python/cbor2/setup.cfg
David Keeler 0bfa8aad3f bug 1421816 - (1/2) add cbor2 library r=ted
This library will be used to create test COSE signatures for the new COSE add-on
signature verification implementation.

MozReview-Commit-ID: KshKHwusT5h

--HG--
extra : rebase_source : 22d65622a77afc93b756829c8ffb4f37101dad26
extra : histedit_source : 869b9b65bdf201a027914a8127d28e5e9baf4d33
2017-11-29 10:57:37 -08:00

22 lines
259 B
INI

[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