Skip to content

Commit

Permalink
Exclude Django 2.2 tests on Python 3.4 (incompatible)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyroberts committed Mar 6, 2020
1 parent 259e21d commit 0839723
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ script:
after_success:
- coverage report
- coveralls

matrix:
exclude:
- python: "3.4"
env: DJANGO_VERSION_MIN=2.2 DJANGO_VERSION_MAX=2.3

0 comments on commit 0839723

Please sign in to comment.