mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-04-14 10:20:58 +00:00
Added stable/1.5.x Django branch to env (master is 1.6 now) and used latest stable Django versions.
This commit is contained in:
parent
1dcdc1ebfe
commit
710acdf809
1 changed files with 15 additions and 6 deletions
21
.travis.yml
21
.travis.yml
|
|
@ -4,17 +4,26 @@ python:
|
|||
- "2.6"
|
||||
- "2.7"
|
||||
env:
|
||||
- DJANGO=Django==1.3.5 DB=sqlite
|
||||
- DJANGO=Django==1.3.5 DB=postgres
|
||||
- DJANGO=Django==1.3.5 DB=mysql
|
||||
- DJANGO=Django==1.4.3 DB=sqlite
|
||||
- DJANGO=Django==1.4.3 DB=postgres
|
||||
- DJANGO=Django==1.4.3 DB=mysql
|
||||
- DJANGO=Django==1.3.7 DB=sqlite
|
||||
- DJANGO=Django==1.3.7 DB=postgres
|
||||
- DJANGO=Django==1.3.7 DB=mysql
|
||||
- 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=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
|
||||
- python: "2.5"
|
||||
env: DJANGO=https://github.com/django/django/zipball/stable/1.5.x DB=postgres
|
||||
- python: "2.5"
|
||||
env: DJANGO=https://github.com/django/django/zipball/stable/1.5.x 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