mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Use newer Django versions.
This commit is contained in:
parent
927c052be5
commit
79e093fc58
1 changed files with 4 additions and 4 deletions
|
|
@ -11,15 +11,15 @@ install:
|
|||
script:
|
||||
- inv test
|
||||
env:
|
||||
- DJANGO=1.4.5
|
||||
- DJANGO=1.5.1
|
||||
- DJANGO=1.4.6
|
||||
- DJANGO=1.5.2
|
||||
- DJANGO=stable/1.6.x
|
||||
matrix:
|
||||
exclude:
|
||||
- python: 3.2
|
||||
env: DJANGO=1.4.5
|
||||
env: DJANGO=1.4.6
|
||||
- python: 3.3
|
||||
env: DJANGO=1.4.5
|
||||
env: DJANGO=1.4.6
|
||||
branches:
|
||||
except:
|
||||
templates/1.5.x
|
||||
|
|
|
|||
Loading…
Reference in a new issue