Skip to content

Commit 9076054

Browse files
committed
Add DRF 3.8 to Travis config
1 parent 95fafe5 commit 9076054

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ python:
55
- "3.6"
66
env:
77
- DJANGO=1.11.* DRF=3.7.*
8+
- DJANGO=1.11.* DRF=3.8.*
89
- DJANGO=2.0.* DRF=3.7.*
10+
- DJANGO=2.0.* DRF=3.8.*
911
install:
1012
- pip install -q Django==$DJANGO djangorestframework==$DRF
1113
- pip install coveralls
@@ -20,3 +22,4 @@ matrix:
2022
exclude:
2123
- python: "2.7"
2224
env: DJANGO=2.0.* DRF=3.7.*
25+
env: DJANGO=2.0.* DRF=3.8.*

0 commit comments

Comments
 (0)