mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-24 05:21:06 -05:00
Update tests, readme for Django 1.7 release
This commit is contained in:
13
.travis.yml
13
.travis.yml
@@ -29,15 +29,18 @@ matrix:
|
||||
env: DJANGO=django==1.6
|
||||
# Django 1.7: Python 2.7--3.4, pypy
|
||||
- python: "2.7"
|
||||
env: DJANGO=https://www.djangoproject.com/download/1.7c2/tarball/
|
||||
env: DJANGO=django==1.7
|
||||
- python: "3.2"
|
||||
env: DJANGO=https://www.djangoproject.com/download/1.7c2/tarball/
|
||||
env: DJANGO=django==1.7
|
||||
- python: "3.3"
|
||||
env: DJANGO=https://www.djangoproject.com/download/1.7c2/tarball/
|
||||
env: DJANGO=django==1.7
|
||||
- python: "3.4"
|
||||
env: DJANGO=https://www.djangoproject.com/download/1.7c2/tarball/
|
||||
env: DJANGO=django==1.7
|
||||
- python: "pypy"
|
||||
env: DJANGO=https://www.djangoproject.com/download/1.7c2/tarball/
|
||||
env: DJANGO=django==1.7
|
||||
# Django 1.8beta: tbd...
|
||||
# - python: "2.7"
|
||||
# env: DJANGO=https://www.djangoproject.com/download/1.8b1/tarball/
|
||||
install:
|
||||
- pip install -q $DJANGO
|
||||
- pip install .
|
||||
|
||||
Reference in New Issue
Block a user