mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-13 23:53:09 +00:00
Added Django 1.5 (it's stable now).
This commit is contained in:
parent
d8c22ab6b9
commit
c8d1f361cc
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -10,20 +10,20 @@ env:
|
|||
- DJANGO=Django==1.4.5 DB=sqlite
|
||||
- DJANGO=Django==1.4.5 DB=postgres
|
||||
- DJANGO=Django==1.4.5 DB=mysql
|
||||
- DJANGO=https://github.com/django/django/zipball/stable/1.5.x DB=sqlite
|
||||
- DJANGO=https://github.com/django/django/zipball/stable/1.5.x DB=postgres
|
||||
- DJANGO=https://github.com/django/django/zipball/stable/1.5.x DB=mysql
|
||||
- DJANGO=Django==1.5 DB=sqlite
|
||||
- DJANGO=Django==1.5 DB=postgres
|
||||
- DJANGO=Django==1.5 DB=mysql
|
||||
- DJANGO=https://github.com/django/django/zipball/master DB=sqlite
|
||||
- DJANGO=https://github.com/django/django/zipball/master DB=postgres
|
||||
- DJANGO=https://github.com/django/django/zipball/master DB=mysql
|
||||
matrix:
|
||||
exclude:
|
||||
- python: "2.5"
|
||||
env: DJANGO=https://github.com/django/django/zipball/stable/1.5.x DB=sqlite
|
||||
env: DJANGO=Django==1.5 DB=sqlite
|
||||
- python: "2.5"
|
||||
env: DJANGO=https://github.com/django/django/zipball/stable/1.5.x DB=postgres
|
||||
env: DJANGO=Django==1.5 DB=postgres
|
||||
- python: "2.5"
|
||||
env: DJANGO=https://github.com/django/django/zipball/stable/1.5.x DB=mysql
|
||||
env: DJANGO=Django==1.5 DB=mysql
|
||||
- python: "2.5"
|
||||
env: DJANGO=https://github.com/django/django/zipball/master DB=sqlite
|
||||
- python: "2.5"
|
||||
|
|
|
|||
Loading…
Reference in a new issue