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