parent
bd727fbe88
commit
7065429d47
|
|
@ -2,7 +2,6 @@ language: python
|
||||||
cache: pip
|
cache: pip
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- '2.7'
|
|
||||||
- '3.4'
|
- '3.4'
|
||||||
- '3.5'
|
- '3.5'
|
||||||
- '3.6'
|
- '3.6'
|
||||||
|
|
@ -14,6 +13,9 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: test
|
- stage: test
|
||||||
|
python: '2.7'
|
||||||
|
env: DRF=3.7
|
||||||
|
-
|
||||||
python: '3.6'
|
python: '3.6'
|
||||||
env: DRF=master
|
env: DRF=master
|
||||||
-
|
-
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue