Cross-platform Python CFFI bindings for libsecp256k1
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
412 B

7 years ago
[run]
branch = True
7 years ago
source =
coincurve
tests
omit =
*/_windows_libsecp256k1.py
*/test_bench.py
[paths]
source =
coincurve
.tox/*/lib/python*/site-packages/coincurve
.tox/pypy*/site-packages/coincurve
7 years ago
[report]
exclude_lines =
no cov
no qa
# Ignore missing debug-only code
def __repr__
if self\.debug
# Ignore non-runnable code
7 years ago
if __name__ == .__main__.: