aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAdam McKerlie2014-02-27 11:47:21 -0500
committerAdam McKerlie2014-02-27 11:47:21 -0500
commit0620263d2423e0329c328301c2ceb1ba12024df5 (patch)
tree4018da34e8524be32f523df7e8793662be812ebc /.travis.yml
parent6e92e415aa7dd6871ef7d6500a85cacebde8dca2 (diff)
downloaddjango-rest-framework-0620263d2423e0329c328301c2ceb1ba12024df5.tar.bz2
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 18fe66ab..2e6ed46a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"