Travis should install SendGrid deps

[ci skip]  - they're the same as Mailgun deps
This commit is contained in:
medmunds
2016-03-11 19:22:54 -08:00
parent a8d4ca7c28
commit db20d4ae0c

View File

@@ -35,6 +35,6 @@ install:
- pip install $DJANGO
# For now, install all ESPs and test at once
# (in future, might want to matrix ESPs to test cross-dependencies)
- pip install .[mailgun,mandrill]
- pip install .[mailgun,mandrill,sendgrid]
- pip list
script: python -Wall setup.py test