Skip to content

Commit

Permalink
Fixed exclud matrix for current Django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Aug 23, 2013
1 parent 95bb21b commit 7aeda60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ env:
matrix:
exclude:
- python: "2.6"
env: DJANGO_VERSION=1.4.5 DATABASE=mysql
env: DJANGO_VERSION=1.4.6 DATABASE=mysql
- python: "2.6"
env: DJANGO_VERSION=1.4.5 DATABASE=postgresql
env: DJANGO_VERSION=1.4.6 DATABASE=postgresql
- python: "2.6"
env: DJANGO_VERSION=1.5.1 DATABASE=mysql
env: DJANGO_VERSION=1.5.2 DATABASE=mysql
- python: "2.6"
env: DJANGO_VERSION=1.5.1 DATABASE=postgresql
env: DJANGO_VERSION=1.5.2 DATABASE=postgresql
before_install:
- sudo apt-get update -qq
- sudo apt-get install git libffi-dev libpq-dev libmysqlclient-dev libicu-dev
Expand Down

0 comments on commit 7aeda60

Please sign in to comment.