Skip to content

Commit 033c491

Browse files
committed
travis conf
1 parent 74b7d71 commit 033c491

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ python:
55
- 3.4
66
- 3.5
77
- 3.6
8-
- 3.7
98
env:
109
- DJANGO="django>=2.2.0,<3.0"
1110
- DJANGO="django>=2.1.0,<2.2.0"
@@ -28,6 +27,8 @@ matrix:
2827
env: DJANGO="django>=2.2.0,<3.0"
2928
- python: 3.4
3029
env: DJANGO="django>=2.1.0,<2.2.0"
30+
- python: 3.4
31+
env: DJANGO="django>=2.2.0,<3.0"
3132
- python: 3.7
3233
env: DJANGO="django>=1.11.0,<1.12.0"
3334
- python: 3.7

0 commit comments

Comments
 (0)