Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Exclude the incompatible python and django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
breard-r committed Jan 17, 2020
1 parent f365f8b commit 6a65930
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 @@ -13,6 +13,11 @@ env:
- DJANGO_VERSION=2.2
- DJANGO_VERSION=3.0

jobs:
exclude:
- python: "3.5"
env: DJANGO_VERSION=3.0

matrix:
allow_failures:
- python: "3.8-dev"
Expand Down

0 comments on commit 6a65930

Please sign in to comment.