Skip to content

Commit 834e4c4

Browse files
authored
Merge pull request #434 from dgilge/DRF3.8
Add DRF 3.8 to Travis config
2 parents f5fcf9f + db60e43 commit 834e4c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 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,5 @@ matrix:
2022
exclude:
2123
- python: "2.7"
2224
env: DJANGO=2.0.* DRF=3.7.*
25+
- python: "2.7"
26+
env: DJANGO=2.0.* DRF=3.8.*

0 commit comments

Comments
 (0)