restrict email notifications, closes #107

This commit is contained in:
John Evans 2013-08-21 12:13:26 -04:00
commit 3efcf0b46a

View file

@ -12,6 +12,11 @@ before_install:
# command to install dependencies
install:
- pip install . --use-mirrors
# command to run tests
script:
- "python -m unittest discover"
notifications:
email:
- john.g.evans.ne@gmail.com