We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d4ca7 commit db20d4aCopy full SHA for db20d4a
.travis.yml
@@ -35,6 +35,6 @@ install:
35
- pip install $DJANGO
36
# For now, install all ESPs and test at once
37
# (in future, might want to matrix ESPs to test cross-dependencies)
38
- - pip install .[mailgun,mandrill]
+ - pip install .[mailgun,mandrill,sendgrid]
39
- pip list
40
script: python -Wall setup.py test
0 commit comments