mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-06 05:20:12 +03:00
Fix Travis matrix.allow_failures
This commit is contained in:
parent
a20a75636c
commit
da70877040
|
@ -23,9 +23,9 @@ env:
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- TOX_ENV=py27-djangomaster
|
- env: TOX_ENV=py27-djangomaster
|
||||||
- TOX_ENV=py34-djangomaster
|
- env: TOX_ENV=py34-djangomaster
|
||||||
- TOX_ENV=py35-djangomaster
|
- env: TOX_ENV=py35-djangomaster
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Virtualenv < 14 is required to keep the Python 3.2 builds running.
|
# Virtualenv < 14 is required to keep the Python 3.2 builds running.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user