#55 - Update travis-ci config to include Django 1.6.

This commit is contained in:
Evan Culver 2013-12-18 11:22:18 -08:00
parent cdf4c8bd93
commit af585ce74f
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@ env:
- DJANGO="django>=1.3,<1.4"
- DJANGO="django>=1.4,<1.5"
- DJANGO="django>=1.5,<1.6"
- DJANGO="django>=1.6,<1.7"
python:
- "2.6"
- "2.7"
@ -12,4 +13,3 @@ install:
- pip install -q $DJANGO --use-mirrors -U
- python setup.py develop
script: ./test.sh