Add notification travis

pull/2/head
Raphaël Vinot 2015-11-24 11:32:44 +01:00
parent 6e484aa1f7
commit 13c3f9d1ff
1 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,11 @@ install:
script:
- coverage run setup.py test
notifications:
email:
on_success: change
on_failure: change
after_success:
- coveralls
- codecov