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

fix coverage

parent c5807e09
No related branches found
No related tags found
No related merge requests found
[run] [run]
branch=1 branch=1
source=
minijson
omit= omit=
tests/* tests/*
.eggs/* .eggs/*
......
...@@ -20,6 +20,9 @@ if 'DEBUG' in os.environ: ...@@ -20,6 +20,9 @@ if 'DEBUG' in os.environ:
multi_kwargs['define_macros'] = [('CYTHON_TRACE', '1'), multi_kwargs['define_macros'] = [('CYTHON_TRACE', '1'),
('CYTHON_TRACE_NOGIL', '1')] ('CYTHON_TRACE_NOGIL', '1')]
import Cython.Compiler.Options
Cython.Compiler.Options.annotate = True
setup(version='1.7', setup(version='1.7',
packages=find_packages(include=['minijson', 'minijson.*']), packages=find_packages(include=['minijson', 'minijson.*']),
......
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