diff --git a/.travis.yml b/.travis.yml index 6b2e2cff..0e905f6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,3 +19,8 @@ before_install: install: "pip install -r requirements.txt --use-mirrors" # command to run tests script: nosetests -v + +notifications: + email: + - rowanc1@gmail.com + - dwfmarchant@gmail.com