mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-03 06:13:43 +03:00
Removes Django 11
This commit is contained in:
parent
6b27267758
commit
455b88ed57
|
@ -3,7 +3,7 @@ orbs:
|
|||
docker: circleci/docker@0.6.0
|
||||
|
||||
jobs:
|
||||
test-latest: &template
|
||||
test-django-3: &template
|
||||
docker:
|
||||
- image: circleci/python:3.8.0
|
||||
environment:
|
||||
|
@ -23,15 +23,9 @@ jobs:
|
|||
environment:
|
||||
DJANGO_VERSION: 2.2.10
|
||||
DRF: 3.9
|
||||
test-django-11:
|
||||
<<: *template
|
||||
environment:
|
||||
DJANGO_VERSION: 1.11
|
||||
DRF: 3.9
|
||||
|
||||
workflows:
|
||||
main:
|
||||
jobs:
|
||||
- test-latest
|
||||
- test-django-2
|
||||
- test-django-11
|
||||
- test-django-3
|
||||
- test-django-2
|
Loading…
Reference in New Issue
Block a user