mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Travis: _actually_ update Django 1.7 to b4
(Oops, Django project changed url convention.)
This commit is contained in:
@@ -8,7 +8,7 @@ env:
|
|||||||
- DJANGO=django==1.4
|
- DJANGO=django==1.4
|
||||||
- DJANGO=django==1.5
|
- DJANGO=django==1.5
|
||||||
- DJANGO=django==1.6
|
- DJANGO=django==1.6
|
||||||
- DJANGO=https://www.djangoproject.com/download/1.7b4/tarball/
|
- DJANGO=https://www.djangoproject.com/download/1.7.b4/tarball/
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
# Django < 1.5 not supported on python 3
|
# Django < 1.5 not supported on python 3
|
||||||
@@ -22,7 +22,7 @@ matrix:
|
|||||||
- python: "2.6"
|
- python: "2.6"
|
||||||
env: DJANGO=django==1.6
|
env: DJANGO=django==1.6
|
||||||
- python: "2.6"
|
- python: "2.6"
|
||||||
env: DJANGO=https://www.djangoproject.com/download/1.7b4/tarball/
|
env: DJANGO=https://www.djangoproject.com/download/1.7.b4/tarball/
|
||||||
install:
|
install:
|
||||||
- pip install -q $DJANGO
|
- pip install -q $DJANGO
|
||||||
- pip install .
|
- pip install .
|
||||||
|
|||||||
Reference in New Issue
Block a user