Skip to content
Snippets Groups Projects
Commit c5807e09 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix coverage

parent a74f5e68
No related branches found
No related tags found
Loading
...@@ -15,8 +15,10 @@ if 'DEBUG' in os.environ: ...@@ -15,8 +15,10 @@ if 'DEBUG' in os.environ:
build_kwargs.update(gdb_debug=True) build_kwargs.update(gdb_debug=True)
directives.update(embedsignature=True, directives.update(embedsignature=True,
profile=True, profile=True,
linetrace=True) linetrace=True,
multi_kwargs['define_macros'] = [('CYTHON_TRACE', '1')] binding=True)
multi_kwargs['define_macros'] = [('CYTHON_TRACE', '1'),
('CYTHON_TRACE_NOGIL', '1')]
setup(version='1.7', setup(version='1.7',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment