mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 04:07:39 +03:00
Exclude python3.2 for django < 1.5
This commit is contained in:
parent
e348ee9255
commit
237e35120d
|
@ -6,7 +6,7 @@ python:
|
|||
|
||||
env:
|
||||
- DJANGO=https://www.djangoproject.com/download/1.5a1/tarball/
|
||||
- DJANGO=django==1.4.1 --use-mirrors
|
||||
- DJANGO=django==1.4.2 --use-mirrors
|
||||
- DJANGO=django==1.3.3 --use-mirrors
|
||||
|
||||
install:
|
||||
|
@ -17,3 +17,10 @@ install:
|
|||
|
||||
script:
|
||||
- python rest_framework/runtests/runtests.py
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
- python: "3.2"
|
||||
env: DJANGO=django==1.4.2 --use-mirrors
|
||||
- python: "3.2"
|
||||
env: DJANGO=django==1.3.3 --use-mirrors
|
||||
|
|
Loading…
Reference in New Issue
Block a user