diff options
| author | Adam McKerlie | 2014-02-27 11:47:21 -0500 |
|---|---|---|
| committer | Adam McKerlie | 2014-02-27 11:47:21 -0500 |
| commit | 0620263d2423e0329c328301c2ceb1ba12024df5 (patch) | |
| tree | 4018da34e8524be32f523df7e8793662be812ebc /.travis.yml | |
| parent | 6e92e415aa7dd6871ef7d6500a85cacebde8dca2 (diff) | |
| download | django-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.yml | 2 |
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" |
