mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Travis: can't test python 3 yet -- problem with requests setup script
kennethreitz/requests#939 kennethreitz/requests#916
This commit is contained in:
@@ -2,7 +2,7 @@ language: python
|
|||||||
python:
|
python:
|
||||||
- "2.6"
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.2"
|
# - "3.2" # Requests setup currently broken under python 3
|
||||||
env:
|
env:
|
||||||
- DJANGO=django==1.3
|
- DJANGO=django==1.3
|
||||||
- DJANGO=django==1.4
|
- DJANGO=django==1.4
|
||||||
|
|||||||
Reference in New Issue
Block a user