mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-23 05:11:04 -05:00
Start testing Django 1.7b1
This commit is contained in:
@@ -8,7 +8,7 @@ env:
|
||||
- DJANGO=django==1.4
|
||||
- DJANGO=django==1.5
|
||||
- DJANGO=django==1.6
|
||||
#- DJANGO=https://github.com/django/django/tarball/stable/1.6.x
|
||||
- DJANGO=https://www.djangoproject.com/download/1.7b1/tarball/
|
||||
matrix:
|
||||
exclude:
|
||||
# Django < 1.5 not supported on python 3
|
||||
@@ -21,6 +21,8 @@ matrix:
|
||||
env: DJANGO=django==1.5
|
||||
- python: "2.6"
|
||||
env: DJANGO=django==1.6
|
||||
- python: "2.6"
|
||||
env: DJANGO=django==https://www.djangoproject.com/download/1.7b1/tarball/
|
||||
install:
|
||||
- pip install -q $DJANGO --use-mirrors
|
||||
- pip install . --use-mirrors
|
||||
|
||||
Reference in New Issue
Block a user