Skip to content

Commit db20d4a

Browse files
committed
Travis should install SendGrid deps
[ci skip] - they're the same as Mailgun deps
1 parent a8d4ca7 commit db20d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ install:
3535
- pip install $DJANGO
3636
# For now, install all ESPs and test at once
3737
# (in future, might want to matrix ESPs to test cross-dependencies)
38-
- pip install .[mailgun,mandrill]
38+
- pip install .[mailgun,mandrill,sendgrid]
3939
- pip list
4040
script: python -Wall setup.py test

0 commit comments

Comments
 (0)