mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Merge pull request #11 from medmunds/travis_ci
Configure travis-ci.org tests
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
env:
|
||||
- DJANGO_VERSION=1.3
|
||||
- DJANGO_VERSION=1.4
|
||||
install:
|
||||
- pip install -q Django==$DJANGO_VERSION
|
||||
- pip install . --use-mirrors
|
||||
script: python setup.py test
|
||||
12
README.rst
12
README.rst
@@ -1,7 +1,10 @@
|
||||
Djrill, for Mandrill
|
||||
====================
|
||||
|
||||
Djrill is an email backend and new message class for Django users that want to take advantage of the Mandrill_ transactional
|
||||
.. image:: https://travis-ci.org/brack3t/Djrill.png
|
||||
:target: https://secure.travis-ci.org/brack3t/Djrill
|
||||
|
||||
Djrill is an email backend and new message class for Django users that want to take advantage of the Mandrill_ transactional
|
||||
email service from MailChimp_.
|
||||
|
||||
An optional Django admin interface is included. The admin interface allows you to:
|
||||
@@ -110,6 +113,13 @@ extra headers are silently discarded.
|
||||
Testing
|
||||
-------
|
||||
|
||||
Djrill is tested against Django 1.3 and 1.4 on Python 2.6 and 2.7.
|
||||
(It may also work with Django 1.2 and Python 2.5, if you use an older
|
||||
version of requests compatible with that code.)
|
||||
|
||||
.. image:: https://travis-ci.org/brack3t/Djrill.png
|
||||
:target: https://secure.travis-ci.org/brack3t/Djrill
|
||||
|
||||
The included tests verify that Djrill constructs the expected Mandrill API
|
||||
calls, without actually calling Mandrill or sending any email. So the tests
|
||||
don't require a Mandrill API key, but they *do* require mock_
|
||||
|
||||
Reference in New Issue
Block a user