mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 08:14:16 +03:00
Correctly remove from the matrix incompatible django / python versions.
This commit is contained in:
parent
0252057ee0
commit
5dd76c0706
|
@ -25,6 +25,6 @@ script:
|
|||
matrix:
|
||||
exclude:
|
||||
- python: "3.2"
|
||||
env: DJANGO=django==1.4.3 --use-mirrors
|
||||
env: DJANGO="django==1.4.3 --use-mirrors"
|
||||
- python: "3.2"
|
||||
env: DJANGO=django==1.3.5 --use-mirrors
|
||||
env: DJANGO="django==1.3.5 --use-mirrors"
|
||||
|
|
Loading…
Reference in New Issue
Block a user