This commit is contained in:
Daniel Gilge 2022-04-03 16:06:26 +09:00 committed by GitHub
commit c037416945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,10 @@ python:
env:
- DJANGO=1.11.* DRF=3.7.*
- DJANGO=1.11.* DRF=3.8.*
- DJANGO=1.11.* DRF=3.9.*
- DJANGO=2.0.* DRF=3.7.*
- DJANGO=2.0.* DRF=3.8.*
- DJANGO=2.0.* DRF=3.9.*
install:
- pip install -q Django==$DJANGO djangorestframework==$DRF
- pip install coveralls
@ -24,3 +26,5 @@ matrix:
env: DJANGO=2.0.* DRF=3.7.*
- python: "2.7"
env: DJANGO=2.0.* DRF=3.8.*
- python: "2.7"
env: DJANGO=2.0.* DRF=3.9.*