diff options
| author | Jannis Leidel | 2013-12-23 12:57:19 +0100 |
|---|---|---|
| committer | Jannis Leidel | 2013-12-23 12:57:19 +0100 |
| commit | ee2b85d4ecfe51e04276841030a7e29be2c6247c (patch) | |
| tree | adf17a7dd48f90e665fa77c5c1f80697e184f170 | |
| parent | 4225671177f9f65e873ddbab373e5968c2afa8fc (diff) | |
| download | django-debug-toolbar-ee2b85d4ecfe51e04276841030a7e29be2c6247c.tar.bz2 | |
Updated Travis config to Django 1.6.1.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 165e931..ea0b314 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: env: - DJANGO_VERSION=1.4.10 - DJANGO_VERSION=1.5.5 - - DJANGO_VERSION=1.6 + - DJANGO_VERSION=1.6.1 matrix: exclude: - python: "3.2" |
