Skip to content

Commit 864aa60

Browse files
committed
1 parent ed16455 commit 864aa60

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ env:
77
- DJANGO=1.8.* DRF=3.6.*
88
- DJANGO=1.10.* DRF=3.7.*
99
- DJANGO=1.11.* DRF=3.7.*
10+
- DJANGO=2.0.* DRF=3.7.*
1011
install:
1112
- pip install -q Django==$DJANGO djangorestframework==$DRF
1213
- pip install coveralls
@@ -17,3 +18,7 @@ after_success:
1718
- coveralls
1819
before_script:
1920
- flake8 . --config=flake8
21+
matrix:
22+
exclude:
23+
- python: "2.7"
24+
env: DJANGO=2.0.* DRF=3.7.*

0 commit comments

Comments
 (0)