Skip to content

Commit

Permalink
Drop support for Django 1.11 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
colekettler authored Jun 23, 2020
1 parent 55e9621 commit cf28049
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ language: bash
services: docker

env:
- VERSION=1.11 PYTHON_VERSION=3.6 PG_MAJOR=10 PG_VERSION=10.13-1.pgdg100+1 VARIANT=slim
- VERSION=1.11 PYTHON_VERSION=3.6 PG_MAJOR=12 PG_VERSION=12.2-r0 VARIANT=alpine
- VERSION=1.11 PYTHON_VERSION=3.7 PG_MAJOR=10 PG_VERSION=10.13-1.pgdg100+1 VARIANT=slim
- VERSION=1.11 PYTHON_VERSION=3.7 PG_MAJOR=12 PG_VERSION=12.2-r0 VARIANT=alpine
- VERSION=2.2 PYTHON_VERSION=3.6 PG_MAJOR=10 PG_VERSION=10.13-1.pgdg100+1 VARIANT=slim
- VERSION=2.2 PYTHON_VERSION=3.6 PG_MAJOR=12 PG_VERSION=12.2-r0 VARIANT=alpine
- VERSION=2.2 PYTHON_VERSION=3.7 PG_MAJOR=10 PG_VERSION=10.13-1.pgdg100+1 VARIANT=slim
Expand Down
4 changes: 0 additions & 4 deletions 1.11/requirements.txt

This file was deleted.

0 comments on commit cf28049

Please sign in to comment.