mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-23 01:57:00 +03:00
Exclude non python 3 compatible django verison from the test matrix.
This commit is contained in:
parent
1e6927b40d
commit
92f1109cd8
|
@ -23,6 +23,6 @@ script:
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
- python: "3.2"
|
- python: "3.2"
|
||||||
env: DJANGO=django==1.4.2 --use-mirrors
|
env: DJANGO=django==1.4.3 --use-mirrors
|
||||||
- python: "3.2"
|
- python: "3.2"
|
||||||
env: DJANGO=django==1.3.3 --use-mirrors
|
env: DJANGO=django==1.3.5 --use-mirrors
|
||||||
|
|
Loading…
Reference in New Issue
Block a user