From c550aacbb8881edc2936ee6720a97442e0d22633 Mon Sep 17 00:00:00 2001 From: medmunds Date: Sat, 12 Jan 2013 10:50:44 -0800 Subject: [PATCH] Travis: re-enable Python 3.2 testing (Recent requests updates may have fixed Python 3 setup issues) --- .travis.yml | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1730f7b..d62303d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python python: - "2.6" - "2.7" - # - "3.2" # Requests setup currently broken under python 3 + - "3.2" env: - DJANGO=django==1.3 - DJANGO=django==1.4 diff --git a/README.rst b/README.rst index 97adead..068e7fa 100644 --- a/README.rst +++ b/README.rst @@ -249,7 +249,7 @@ Testing ------- Djrill is tested against Django 1.3 and 1.4 on Python 2.6 and 2.7, and -Django 1.5beta on Python 2.7. +Django 1.5RC on Python 2.7 and 3.2. (It may also work with Django 1.2 and Python 2.5, if you use an older version of requests compatible with that code.)