mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Test against Django 1.10 (#29)
This commit is contained in:
committed by
Mike Edmunds
parent
e1f5ff3970
commit
80ea04f8f1
10
.travis.yml
10
.travis.yml
@@ -19,11 +19,11 @@ matrix:
|
||||
- { env: DJANGO=django==1.9, python: 3.4 }
|
||||
- { env: DJANGO=django==1.9 RUN_LIVE_TESTS=true, python: 3.5 }
|
||||
- { env: DJANGO=django==1.9, python: pypy }
|
||||
# Django 1.10 (prerelease): Python 2.7, 3.4, 3.5
|
||||
- { env: DJANGO="--pre django", python: 2.7 }
|
||||
- { env: DJANGO="--pre django", python: 3.4 }
|
||||
- { env: DJANGO="--pre django", python: 3.5 }
|
||||
- { env: DJANGO="--pre django", python: pypy }
|
||||
# Django 1.10: Python 2.7, 3.4, 3.5
|
||||
- { env: DJANGO=django==1.10, python: 2.7 }
|
||||
- { env: DJANGO=django==1.10, python: 3.4 }
|
||||
- { env: DJANGO=django==1.10 RUN_LIVE_TESTS=true, python: 3.5 }
|
||||
- { env: DJANGO=django==1.10, python: pypy }
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
|
||||
Reference in New Issue
Block a user