Update Travis to test Django 1.6.2

We should be testing the latest version of Django 1.6 as we're doing in the other 1.x releases.
This commit is contained in:
Adam McKerlie 2014-02-27 11:47:21 -05:00
parent 6e92e415aa
commit 0620263d24

View File

@ -7,7 +7,7 @@ python:
- "3.3"
env:
- DJANGO="django==1.6"
- DJANGO="django==1.6.2"
- DJANGO="django==1.5.5"
- DJANGO="django==1.4.10"
- DJANGO="django==1.3.7"