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 6ef1349 commit b4c60d5Copy full SHA for b4c60d5
.travis.yml
@@ -33,6 +33,8 @@ cache:
33
install:
34
- pip install --upgrade setuptools pip
35
- pip install $DJANGO
36
- - pip install .
+ # 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]
39
- pip list
40
script: python -Wall setup.py test
0 commit comments