mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
resturctured supported python and django versions on travis
This commit is contained in:
parent
d75b7761c8
commit
e50b223a31
11
.travis.yml
11
.travis.yml
|
@ -5,6 +5,7 @@ python:
|
|||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
|
||||
sudo: false
|
||||
|
||||
|
@ -12,6 +13,7 @@ env:
|
|||
- DJANGO=1.8
|
||||
- DJANGO=1.9
|
||||
- DJANGO=1.10
|
||||
- DJANGO=1.11
|
||||
- DJANGO=master
|
||||
|
||||
matrix:
|
||||
|
@ -19,6 +21,8 @@ matrix:
|
|||
include:
|
||||
- python: "3.6"
|
||||
env: DJANGO=master
|
||||
- python: "3.6"
|
||||
env: DJANGO=1.11
|
||||
- python: "2.7"
|
||||
env: TOXENV="lint"
|
||||
- python: "2.7"
|
||||
|
@ -29,7 +33,14 @@ matrix:
|
|||
- python: "3.3"
|
||||
env: DJANGO=1.10
|
||||
- python: "3.3"
|
||||
env: DJANGO=1.11
|
||||
- python: "2.7"
|
||||
env: DJANGO=master
|
||||
- python: "3.3"
|
||||
env: DJANGO=master
|
||||
- python: "3.4"
|
||||
env: DJANGO=master
|
||||
|
||||
allow_failures:
|
||||
- env: DJANGO=master
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user