Skip to content

Commit

Permalink
Updated Travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Dec 5, 2019
1 parent 69905be commit 6f9022f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ matrix:

exclude:

- python: 3.8
env: DJANGO="Django>=1.10,<1.11"

- python: 3.8
env: DJANGO="Django>=1.9,<1.10"

- python: 3.8
env: DJANGO="Django>=1.8.6,<1.9"

- python: 3.5
env: DJANGO="Django>=3.0,<3.1"

Expand Down

0 comments on commit 6f9022f

Please sign in to comment.