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 5 years ago
committed by GitHub
parent
commit
f73a7e9217
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .travis.yml
  2. 2
      mail_sendgrid_mass_mailing/README.rst
  3. 2
      requirements.txt

1
.travis.yml

@ -11,6 +11,7 @@ addons:
packages:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow
postgresql: "9.6"
env:
global:

2
mail_sendgrid_mass_mailing/README.rst

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

2
requirements.txt

@ -1,2 +1,2 @@
premailer
sendgrid
sendgrid<v6.0.0
Loading…
Cancel
Save