Travis: can't test python 3 yet -- problem with requests setup script

kennethreitz/requests#939
kennethreitz/requests#916
This commit is contained in:
medmunds
2012-12-05 11:14:10 -08:00
parent 8c4c3b95e4
commit 38492e3ea4

View File

@@ -2,7 +2,7 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
# - "3.2" # Requests setup currently broken under python 3
env:
- DJANGO=django==1.3
- DJANGO=django==1.4