Removes Django 11

This commit is contained in:
Michael 2020-02-29 22:06:53 -06:00
parent 6b27267758
commit 455b88ed57

View File

@ -3,7 +3,7 @@ orbs:
docker: circleci/docker@0.6.0 docker: circleci/docker@0.6.0
jobs: jobs:
test-latest: &template test-django-3: &template
docker: docker:
- image: circleci/python:3.8.0 - image: circleci/python:3.8.0
environment: environment:
@ -23,15 +23,9 @@ jobs:
environment: environment:
DJANGO_VERSION: 2.2.10 DJANGO_VERSION: 2.2.10
DRF: 3.9 DRF: 3.9
test-django-11:
<<: *template
environment:
DJANGO_VERSION: 1.11
DRF: 3.9
workflows: workflows:
main: main:
jobs: jobs:
- test-latest - test-django-3
- test-django-2 - test-django-2
- test-django-11