Skip to content

Commit

Permalink
Update Django 1.4 series as well
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Aug 23, 2013
1 parent 7a96a7b commit 302bcc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ python:
- "2.6"
- "2.7"
env:
- DJANGO_VERSION=1.4.5 DATABASE=mysql
- DJANGO_VERSION=1.4.5 DATABASE=postgresql
- DJANGO_VERSION=1.4.5 DATABASE=sqlite
- DJANGO_VERSION=1.4.6 DATABASE=mysql
- DJANGO_VERSION=1.4.6 DATABASE=postgresql
- DJANGO_VERSION=1.4.6 DATABASE=sqlite
- DJANGO_VERSION=1.5.2 DATABASE=mysql
- DJANGO_VERSION=1.5.2 DATABASE=postgresql
- DJANGO_VERSION=1.5.2 DATABASE=sqlite
Expand Down

0 comments on commit 302bcc3

Please sign in to comment.