mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Travis should install SendGrid deps
[ci skip] - they're the same as Mailgun deps
This commit is contained in:
@@ -35,6 +35,6 @@ install:
|
|||||||
- pip install $DJANGO
|
- pip install $DJANGO
|
||||||
# For now, install all ESPs and test at once
|
# For now, install all ESPs and test at once
|
||||||
# (in future, might want to matrix ESPs to test cross-dependencies)
|
# (in future, might want to matrix ESPs to test cross-dependencies)
|
||||||
- pip install .[mailgun,mandrill]
|
- pip install .[mailgun,mandrill,sendgrid]
|
||||||
- pip list
|
- pip list
|
||||||
script: python -Wall setup.py test
|
script: python -Wall setup.py test
|
||||||
|
|||||||
Reference in New Issue
Block a user