Commit 0620263d by Adam McKerlie

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.
parent 6e92e415
...@@ -7,7 +7,7 @@ python: ...@@ -7,7 +7,7 @@ python:
- "3.3" - "3.3"
env: env:
- DJANGO="django==1.6" - DJANGO="django==1.6.2"
- DJANGO="django==1.5.5" - DJANGO="django==1.5.5"
- DJANGO="django==1.4.10" - DJANGO="django==1.4.10"
- DJANGO="django==1.3.7" - DJANGO="django==1.3.7"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment