From b4c60d55bd409530347dafd7f531779551c63b4e Mon Sep 17 00:00:00 2001 From: medmunds Date: Wed, 9 Mar 2016 19:37:18 -0800 Subject: [PATCH] Travis: needs to install all the ESP extras --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 14f06de..6502b72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,8 @@ cache: install: - pip install --upgrade setuptools pip - pip install $DJANGO - - pip install . + # 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 list script: python -Wall setup.py test