mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Don't waste Travis resources testing Django 1.5 on python 2.6
This commit is contained in:
@@ -9,10 +9,14 @@ env:
|
||||
- DJANGO=https://github.com/django/django/tarball/stable/1.5.x
|
||||
matrix:
|
||||
exclude:
|
||||
# Django < 1.5 not supported on python 3
|
||||
- python: "3.2"
|
||||
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)
|
||||
- python: "2.6"
|
||||
env: DJANGO=https://github.com/django/django/tarball/stable/1.5.x
|
||||
install:
|
||||
- pip install -q $DJANGO --use-mirrors
|
||||
- pip install . --use-mirrors
|
||||
|
||||
Reference in New Issue
Block a user