mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-07 22:04:48 +03:00
added allow_failure on travis matrix
This commit is contained in:
parent
dc932d8425
commit
032de6e8b0
|
@ -23,6 +23,15 @@ env:
|
|||
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- python: "2.7"
|
||||
env: TOX_ENV=py27-django110
|
||||
- python: "3.4"
|
||||
env: TOX_ENV=py34-django110
|
||||
- python: "3.5"
|
||||
env: TOX_ENV=py35-django110
|
||||
|
||||
|
||||
fast_finish: true
|
||||
|
||||
install:
|
||||
|
|
Loading…
Reference in New Issue
Block a user