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 - 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