mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 04:50:12 +03:00
Merge 609bbc5d87
into 5e6b233977
This commit is contained in:
commit
d63cdd2cfa
14
.travis.yml
14
.travis.yml
|
@ -34,8 +34,18 @@ matrix:
|
||||||
env: DJANGO=master
|
env: DJANGO=master
|
||||||
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- env: DJANGO=master
|
- python: "2.7"
|
||||||
- env: DJANGO=1.11
|
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:
|
install:
|
||||||
- pip install tox tox-travis
|
- pip install tox tox-travis
|
||||||
|
|
Loading…
Reference in New Issue
Block a user