mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
convert migrations to work with Django 1.7, add Django 1.7.1 to travis test matrix
This commit is contained in:
parent
ecc8ac8bcc
commit
2d82c00c5b
22 changed files with 139 additions and 68 deletions
34
.travis.yml
34
.travis.yml
|
|
@ -1,18 +1,28 @@
|
|||
language: python
|
||||
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
|
||||
env:
|
||||
- DJANGO=1.4.14
|
||||
- DJANGO=1.5.9
|
||||
- DJANGO=1.6.6
|
||||
- DJANGO=1.4.14
|
||||
- DJANGO=1.5.9
|
||||
- DJANGO=1.6.8
|
||||
- DJANGO=1.7.1
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
- env: DJANGO=1.4.14
|
||||
python: "3.3"
|
||||
allow_failures:
|
||||
# Allow failures for legacy django versions
|
||||
- env: DJANGO=1.4.14
|
||||
- env: DJANGO=1.5.9
|
||||
exclude:
|
||||
- env: DJANGO=1.4.14
|
||||
python: "3.3"
|
||||
- env: DJANGO=1.7.1
|
||||
python: "2.6"
|
||||
install:
|
||||
- pip install -q Django==$DJANGO --use-mirrors
|
||||
- pip install -q -e . --use-mirrors
|
||||
- pip install -q Django==$DJANGO --use-mirrors
|
||||
- pip install -q -e . --use-mirrors
|
||||
script:
|
||||
- python setup.py test
|
||||
- python setup.py test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue