mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Test against Django 1.6 alpha
This commit is contained in:
@@ -7,6 +7,7 @@ env:
|
||||
- DJANGO=django==1.3
|
||||
- DJANGO=django==1.4
|
||||
- DJANGO=django==1.5
|
||||
- DJANGO=https://github.com/django/django/tarball/master/1.6a1
|
||||
#- DJANGO=https://github.com/django/django/tarball/stable/1.6.x
|
||||
matrix:
|
||||
exclude:
|
||||
@@ -15,9 +16,11 @@ matrix:
|
||||
env: DJANGO=django==1.3
|
||||
- python: "3.2"
|
||||
env: DJANGO=django==1.4
|
||||
# Django 1.5 strongly recommends python 2.7 or later (so skip 2.6)
|
||||
# Django >= 1.5 strongly recommends python 2.7 or later (so skip 2.6)
|
||||
- python: "2.6"
|
||||
env: DJANGO=django==1.5
|
||||
- python: "2.6"
|
||||
env: DJANGO=https://github.com/django/django/tarball/master/1.6a1
|
||||
install:
|
||||
- pip install -q $DJANGO --use-mirrors
|
||||
- pip install . --use-mirrors
|
||||
|
||||
Reference in New Issue
Block a user