mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 04:50:12 +03:00
Fixed travis allow_failures configuration.
This commit is contained in:
parent
9c8adb4812
commit
609bbc5d87
14
.travis.yml
14
.travis.yml
|
@ -34,8 +34,18 @@ matrix:
|
|||
env: DJANGO=master
|
||||
|
||||
allow_failures:
|
||||
- env: DJANGO=master
|
||||
- env: DJANGO=1.11
|
||||
- python: "2.7"
|
||||
env: DJANGO=1.11
|
||||
- python: "3.4"
|
||||
env: DJANGO=1.11
|
||||
- python: "3.5"
|
||||
env: DJANGO=1.11
|
||||
- python: "3.6"
|
||||
env: DJANGO=1.11
|
||||
- python: "3.5"
|
||||
env: DJANGO=master
|
||||
- python: "3.6"
|
||||
env: DJANGO=master
|
||||
|
||||
install:
|
||||
- pip install tox tox-travis
|
||||
|
|
Loading…
Reference in New Issue
Block a user