From db20d4ae0c8eed53067623f653f146445d91d28f Mon Sep 17 00:00:00 2001 From: medmunds Date: Fri, 11 Mar 2016 19:22:54 -0800 Subject: [PATCH] Travis should install SendGrid deps [ci skip] - they're the same as Mailgun deps --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6502b72..c44f638 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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