diff --git a/.appveyor.yml b/.appveyor.yml index ffe38be60..1f135c004 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -21,3 +21,13 @@ install: test_script: - nosetests -s -v --exclude-dir=mlxtend/plotting + +notifications: + + # Email + - provider: Email + to: + - mail@sebastianraschka.com + subject: 'Build {{status}}' + message: "{{message}}, {{commitId}}, ..." + on_build_status_changed: true \ No newline at end of file