mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-26 06:21:07 -05:00
Drop support for Django 1.3, Python 2.6 and 3.2.
* Shrink the Travis test matrix * Remove a lot of backported test code * Update requirements in setup.py * Update docs Closes #79
This commit is contained in:
15
.travis.yml
15
.travis.yml
@@ -1,19 +1,10 @@
|
||||
language: python
|
||||
matrix:
|
||||
include:
|
||||
# Django 1.3: Python 2.6--2.7
|
||||
- python: "2.6"
|
||||
env: DJANGO=django==1.3
|
||||
- python: "2.7"
|
||||
env: DJANGO=django==1.3
|
||||
# Django 1.4: Python 2.6--2.7
|
||||
- python: "2.6"
|
||||
env: DJANGO=django==1.4
|
||||
# Django 1.4: Python 2.6--2.7 (but we don't support 2.6)
|
||||
- python: "2.7"
|
||||
env: DJANGO=django==1.4
|
||||
# Django 1.5: Python 2.7, pypy
|
||||
# (As of Django 1.5, Python 2.6 no longer "highly recommended",
|
||||
# and Python 3.2+ support was only "experimental", so skip those.)
|
||||
- python: "2.7"
|
||||
env: DJANGO=django==1.5
|
||||
- python: "pypy"
|
||||
@@ -21,8 +12,6 @@ matrix:
|
||||
# Django 1.6: Python 2.7--3.3, pypy
|
||||
- python: "2.7"
|
||||
env: DJANGO=django==1.6
|
||||
- python: "3.2"
|
||||
env: DJANGO=django==1.6
|
||||
- python: "3.3"
|
||||
env: DJANGO=django==1.6
|
||||
- python: "pypy"
|
||||
@@ -30,8 +19,6 @@ matrix:
|
||||
# Django 1.7: Python 2.7--3.4, pypy
|
||||
- python: "2.7"
|
||||
env: DJANGO=django==1.7
|
||||
- python: "3.2"
|
||||
env: DJANGO=django==1.7
|
||||
- python: "3.3"
|
||||
env: DJANGO=django==1.7
|
||||
- python: "3.4"
|
||||
|
||||
Reference in New Issue
Block a user