Commit 7aeda603 authored by Michal Čihař's avatar Michal Čihař

Fixed exclud matrix for current Django versions

parent 95bb21b9
...@@ -12,13 +12,13 @@ env: ...@@ -12,13 +12,13 @@ env:
matrix: matrix:
exclude: exclude:
- python: "2.6" - python: "2.6"
env: DJANGO_VERSION=1.4.5 DATABASE=mysql env: DJANGO_VERSION=1.4.6 DATABASE=mysql
- python: "2.6" - python: "2.6"
env: DJANGO_VERSION=1.4.5 DATABASE=postgresql env: DJANGO_VERSION=1.4.6 DATABASE=postgresql
- python: "2.6" - python: "2.6"
env: DJANGO_VERSION=1.5.1 DATABASE=mysql env: DJANGO_VERSION=1.5.2 DATABASE=mysql
- python: "2.6" - python: "2.6"
env: DJANGO_VERSION=1.5.1 DATABASE=postgresql env: DJANGO_VERSION=1.5.2 DATABASE=postgresql
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install git libffi-dev libpq-dev libmysqlclient-dev libicu-dev - sudo apt-get install git libffi-dev libpq-dev libmysqlclient-dev libicu-dev
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment