Enable coveralls code coverage reports

Successful TravisCI builds will publish code coverage reports to the
coveralls service for coverage reporting.
This commit is contained in:
Aaron Iles 2013-05-29 23:31:33 +10:00
parent d8a3e00b97
commit 40efe21bd3
2 changed files with 3 additions and 0 deletions

View File

@ -11,5 +11,7 @@ install:
script:
- coverage run setup.py test
- coverage report --include="funcsigs*"
after_success:
- coveralls
notifications:
email: aaron.iles+travis-ci@gmail.com

View File

@ -1,4 +1,5 @@
coverage
coveralls
pip
flake8
sphinx