Update travis.yml to run Django 1.7 tests

This commit is contained in:
Antoine Catton 2014-10-17 09:37:27 -06:00
parent a982128918
commit e732df17b3
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ python:
env:
- DJANGO_PACKAGE='Django>=1.5,<1.6'
- DJANGO_PACKAGE='Django>=1.6,<1.7'
- DJANGO_PACKAGE='Django>=1.7,<1.8'
matrix:
include:
- python: "2.6"