mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Update tests, readme for Django 1.7 release
This commit is contained in:
13
.travis.yml
13
.travis.yml
@@ -29,15 +29,18 @@ matrix:
|
|||||||
env: DJANGO=django==1.6
|
env: DJANGO=django==1.6
|
||||||
# Django 1.7: Python 2.7--3.4, pypy
|
# Django 1.7: Python 2.7--3.4, pypy
|
||||||
- python: "2.7"
|
- python: "2.7"
|
||||||
env: DJANGO=https://www.djangoproject.com/download/1.7c2/tarball/
|
env: DJANGO=django==1.7
|
||||||
- python: "3.2"
|
- python: "3.2"
|
||||||
env: DJANGO=https://www.djangoproject.com/download/1.7c2/tarball/
|
env: DJANGO=django==1.7
|
||||||
- python: "3.3"
|
- python: "3.3"
|
||||||
env: DJANGO=https://www.djangoproject.com/download/1.7c2/tarball/
|
env: DJANGO=django==1.7
|
||||||
- python: "3.4"
|
- python: "3.4"
|
||||||
env: DJANGO=https://www.djangoproject.com/download/1.7c2/tarball/
|
env: DJANGO=django==1.7
|
||||||
- python: "pypy"
|
- python: "pypy"
|
||||||
env: DJANGO=https://www.djangoproject.com/download/1.7c2/tarball/
|
env: DJANGO=django==1.7
|
||||||
|
# Django 1.8beta: tbd...
|
||||||
|
# - python: "2.7"
|
||||||
|
# env: DJANGO=https://www.djangoproject.com/download/1.8b1/tarball/
|
||||||
install:
|
install:
|
||||||
- pip install -q $DJANGO
|
- pip install -q $DJANGO
|
||||||
- pip install .
|
- pip install .
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ package. It includes:
|
|||||||
via Django signals
|
via Django signals
|
||||||
* An optional Django admin interface
|
* An optional Django admin interface
|
||||||
|
|
||||||
Djrill is released under the BSD license. It is tested against Django 1.3---1.7b1
|
Djrill is released under the BSD license. It is tested against Django 1.3---1.7
|
||||||
(including Python 3 and PyPy support with Django 1.5+).
|
(including Python 3 and PyPy support with Django 1.5+).
|
||||||
|
|
||||||
.. END shared-intro
|
.. END shared-intro
|
||||||
|
|||||||
Reference in New Issue
Block a user