Skip to content

Commit

Permalink
[travis] try to generate coverage data for extension modules too
Browse files Browse the repository at this point in the history
  • Loading branch information
renefritze committed May 18, 2016
1 parent 4ef7492 commit 37b63ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -14,6 +14,7 @@ before_install:
- python -c 'import dolfin' || echo "import dolfin failed"

install:
- export CFLAGS=-coverage
- python setup.py build_ext -i

sudo: required
Expand Down

0 comments on commit 37b63ac

Please sign in to comment.