Bump tests to Django 1.8b1

This commit is contained in:
medmunds
2015-02-25 16:31:35 -08:00
parent bbc2e06091
commit d23a1bf4a1
2 changed files with 5 additions and 5 deletions

View File

@@ -38,13 +38,13 @@ matrix:
env: DJANGO=django==1.7
- python: "pypy"
env: DJANGO=django==1.7
# Django 1.8alpha: "Python 2.7 or above"
# Django 1.8beta: "Python 2.7 or above"
- python: "2.7"
env: DJANGO=https://www.djangoproject.com/download/1.8a1/tarball/
env: DJANGO=django==1.8b1
- python: "3.4"
env: DJANGO=https://www.djangoproject.com/download/1.8a1/tarball/
env: DJANGO=django==1.8b1
- python: "pypy"
env: DJANGO=https://www.djangoproject.com/download/1.8a1/tarball/
env: DJANGO=django==1.8b1
install:
- pip install -q $DJANGO
- pip install .

View File

@@ -3,7 +3,7 @@ Release Notes
Version 1.4 (development):
* Django 1.8 alpha support
* Django 1.8 beta support
* Support new Django 1.8 EmailMessage reply_to param.
(Specifying a :ref:`Reply-To header <message-headers>`
still works, with any version of Django,