mirror of https://github.com/CIRCL/PyCIRCLean
Add notification travis
parent
6e484aa1f7
commit
13c3f9d1ff
|
@ -52,6 +52,11 @@ install:
|
||||||
script:
|
script:
|
||||||
- coverage run setup.py test
|
- coverage run setup.py test
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
on_success: change
|
||||||
|
on_failure: change
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
- codecov
|
- codecov
|
||||||
|
|
Loading…
Reference in New Issue