Skip to content

Commit 0839723

Browse files
committed
Exclude Django 2.2 tests on Python 3.4 (incompatible)
1 parent 259e21d commit 0839723

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ script:
1515
after_success:
1616
- coverage report
1717
- coveralls
18+
19+
matrix:
20+
exclude:
21+
- python: "3.4"
22+
env: DJANGO_VERSION_MIN=2.2 DJANGO_VERSION_MAX=2.3

0 commit comments

Comments
 (0)