Travis: don't test Django 1.4 against Python 3

fix_request_path_info
Diederik van der Boor 2013-05-20 16:59:56 +02:00
parent 4d7d33ed0d
commit fbcd68a220
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ python:
env:
- DJANGO=django==1.4.5
- DJANGO=django==1.5
matrix:
exclude:
- python: "3.3"
env: DJANGO=django==1.4.5
install:
- "pip install $DJANGO --use-mirrors"