mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Travis: re-enable Python 3.2 testing
(Recent requests updates may have fixed Python 3 setup issues)
This commit is contained in:
@@ -2,7 +2,7 @@ language: python
|
|||||||
python:
|
python:
|
||||||
- "2.6"
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
# - "3.2" # Requests setup currently broken under python 3
|
- "3.2"
|
||||||
env:
|
env:
|
||||||
- DJANGO=django==1.3
|
- DJANGO=django==1.3
|
||||||
- DJANGO=django==1.4
|
- DJANGO=django==1.4
|
||||||
|
|||||||
@@ -249,7 +249,7 @@ Testing
|
|||||||
-------
|
-------
|
||||||
|
|
||||||
Djrill is tested against Django 1.3 and 1.4 on Python 2.6 and 2.7, and
|
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
|
(It may also work with Django 1.2 and Python 2.5, if you use an older
|
||||||
version of requests compatible with that code.)
|
version of requests compatible with that code.)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user