mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Django 1.6 released
This commit is contained in:
@@ -7,7 +7,7 @@ env:
|
||||
- DJANGO=django==1.3
|
||||
- DJANGO=django==1.4
|
||||
- DJANGO=django==1.5
|
||||
- DJANGO=https://github.com/django/django/tarball/master/1.6b4
|
||||
- DJANGO=django==1.6
|
||||
#- DJANGO=https://github.com/django/django/tarball/stable/1.6.x
|
||||
matrix:
|
||||
exclude:
|
||||
@@ -20,7 +20,7 @@ matrix:
|
||||
- python: "2.6"
|
||||
env: DJANGO=django==1.5
|
||||
- python: "2.6"
|
||||
env: DJANGO=https://github.com/django/django/tarball/master/1.6b4
|
||||
env: DJANGO=django==1.6
|
||||
install:
|
||||
- pip install -q $DJANGO --use-mirrors
|
||||
- pip install . --use-mirrors
|
||||
|
||||
@@ -30,8 +30,8 @@ package. It includes:
|
||||
via Django signals
|
||||
* An optional Django admin interface
|
||||
|
||||
Djrill is released under the BSD license. It is tested against Django 1.3, 1.4, and 1.5
|
||||
(including Python 3 support with Django 1.5).
|
||||
Djrill is released under the BSD license. It is tested against Django 1.3---1.6
|
||||
(including Python 3 support with Django 1.5+).
|
||||
|
||||
.. END shared-intro
|
||||
|
||||
|
||||
@@ -38,6 +38,7 @@ Djrill is `tested on Travis <https://travis-ci.org/brack3t/Djrill>`_ against:
|
||||
* Django 1.3 on Python 2.6 and 2.7
|
||||
* Django 1.4 on Python 2.6 and 2.7
|
||||
* Django 1.5 on Python 2.7 and 3.2
|
||||
* Django 1.6 on Python 2.7 and 3.2
|
||||
|
||||
The included tests verify that Djrill constructs the expected Mandrill API
|
||||
calls, without actually calling Mandrill or sending any email. So the tests
|
||||
|
||||
Reference in New Issue
Block a user