Update travis configuration to test Django 1.5, and drop python 2.5 support

This commit is contained in:
Mathieu Pillard
2013-03-08 13:44:28 +01:00
parent 2d08d4e014
commit cb4d11c78f

View File

@@ -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