Skip to content

Commit 6801d19

Browse files
committed
Add Python 3.7 test to Django 1.11
1 parent 59a6e7b commit 6801d19

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
@@ -23,6 +23,9 @@ env:
2323
matrix:
2424
fast_finish: true
2525
include:
26+
- python: "3.7"
27+
dist: xenial
28+
env: DJANGO=1.11
2629
- python: "3.7"
2730
dist: xenial
2831
env: DJANGO=2.0

0 commit comments

Comments
 (0)