Browse Source
Merge pull request #397 from hbrunn/10.0-fix_ci-2019-06-13
[FIX] green runbot 2019-06-13
pull/365/merge
Pedro M. Baeza
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
4 additions and
1 deletions
-
.travis.yml
-
mail_sendgrid_mass_mailing/README.rst
-
requirements.txt
|
|
@ -11,6 +11,7 @@ addons: |
|
|
|
packages: |
|
|
|
- expect-dev # provides unbuffer utility |
|
|
|
- python-lxml # because pip installation is slow |
|
|
|
postgresql: "9.6" |
|
|
|
|
|
|
|
env: |
|
|
|
global: |
|
|
|
|
|
@ -16,6 +16,8 @@ Installation |
|
|
|
This addon will be automatically installed when 'mail_sendgrid' and |
|
|
|
'mass_mailing' are both installed. |
|
|
|
|
|
|
|
Note this module is not compatible with the v6 versions of the sendgrid library. |
|
|
|
|
|
|
|
Configuration |
|
|
|
============= |
|
|
|
None |
|
|
|
|
|
@ -1,2 +1,2 @@ |
|
|
|
premailer |
|
|
|
sendgrid |
|
|
|
sendgrid<v6.0.0 |