Update travis configuration to test Django 1.5, and drop python 2.5 support
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.5"
|
|
||||||
- "2.6"
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
before_install:
|
before_install:
|
||||||
@@ -14,8 +13,9 @@ install:
|
|||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
env:
|
env:
|
||||||
- DJANGO=1.3.1
|
- DJANGO=1.3.7
|
||||||
- DJANGO=1.4
|
- DJANGO=1.4.5
|
||||||
|
- DJANGO=1.5
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- develop
|
- develop
|
||||||
|
Reference in New Issue
Block a user