Skip to content

Commit

Permalink
Drop Python 3.5 and Django<2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jul 24, 2020
1 parent ac9dfe9 commit 8505b5b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,6 @@ matrix:
env: REQ="Django>=2.2,<3.0"
- python: 3.6
env: REQ="Django>=2.2,<3.0"
- python: 3.5
env: REQ="Django>=2.2,<3.0"
- python: 3.7
env: REQ="Django>=2.1,<2.2"
- python: 3.7
env: REQ="Django>=2.0,<2.1"
- python: 3.7
env: REQ="Django>=1.11,<2.0"
- python: 3.6
env: REQ="Django>=1.11,<2.0"
- python: 3.5
env: REQ="Django>=1.11,<2.0"
- python: 3.8
env: REQ="black flake8"
install:
Expand Down

0 comments on commit 8505b5b

Please sign in to comment.