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