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
|
||||
python:
|
||||
- "2.5"
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
before_install:
|
||||
@@ -14,8 +13,9 @@ install:
|
||||
script:
|
||||
- make test
|
||||
env:
|
||||
- DJANGO=1.3.1
|
||||
- DJANGO=1.4
|
||||
- DJANGO=1.3.7
|
||||
- DJANGO=1.4.5
|
||||
- DJANGO=1.5
|
||||
branches:
|
||||
only:
|
||||
- develop
|
||||
|
Reference in New Issue
Block a user