Skip to content

Commit

Permalink
Workaround for silly cython plugin (it looks at sys.path instead of t…
Browse files Browse the repository at this point in the history
…he coverage config).
  • Loading branch information
ionelmc committed Sep 2, 2017
1 parent baf5b93 commit 583c3e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tox.ini
Expand Up @@ -88,6 +88,8 @@ deps =
coveralls
cython==0.26.1
skip_install = true
setenv =
PYTHONPATH={toxinidir}/src
commands =
coveralls []

Expand All @@ -96,6 +98,8 @@ deps =
codecov
cython==0.26.1
skip_install = true
setenv =
PYTHONPATH={toxinidir}/src
commands =
coverage xml --ignore-errors
codecov []
Expand All @@ -105,6 +109,8 @@ deps =
coverage
cython==0.26.1
skip_install = true
setenv =
PYTHONPATH={toxinidir}/src
commands =
coverage combine --append
coverage report
Expand Down

0 comments on commit 583c3e0

Please sign in to comment.