15 # we don't need any python dependencies, but a ruby one for coverage:
16 install: gem install coveralls-lcov
20 - python ./setup.py test
22 - CFLAGS="-coverage" python ./setup.py test
24 # but we do need a system library:
31 # coverage settings from here:
34 - COVERALLS_PARALLEL=true
37 - lcov --capture --no-external --directory . --output-file coverage.info
38 - coveralls-lcov coverage.info
41 webhooks: https://coveralls.io/webhook