Travis: re-enable Python 3.2 testing

(Recent requests updates may have fixed Python 3 setup issues)
This commit is contained in:
medmunds
2013-01-12 10:50:44 -08:00
parent 241f9eeb2c
commit c550aacbb8
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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.)