From a8ff2ad39e4c10eaee59235db537deef5c055d2d Mon Sep 17 00:00:00 2001 From: medmunds Date: Mon, 29 Sep 2014 12:03:37 -0700 Subject: [PATCH] Update tests, readme for Django 1.7 release --- .travis.yml | 13 ++++++++----- README.rst | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 25db83c..2eda015 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,15 +29,18 @@ matrix: env: DJANGO=django==1.6 # Django 1.7: Python 2.7--3.4, pypy - python: "2.7" - env: DJANGO=https://www.djangoproject.com/download/1.7c2/tarball/ + env: DJANGO=django==1.7 - python: "3.2" - env: DJANGO=https://www.djangoproject.com/download/1.7c2/tarball/ + env: DJANGO=django==1.7 - python: "3.3" - env: DJANGO=https://www.djangoproject.com/download/1.7c2/tarball/ + env: DJANGO=django==1.7 - python: "3.4" - env: DJANGO=https://www.djangoproject.com/download/1.7c2/tarball/ + env: DJANGO=django==1.7 - 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: - pip install -q $DJANGO - pip install . diff --git a/README.rst b/README.rst index bf4869c..b8e061e 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ 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.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+). .. END shared-intro