restrict email notifications, closes #107
This commit is contained in:
parent
b59357b0b5
commit
3efcf0b46a
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue