mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 05:43:44 +03:00
Adds more tests coverage
This commit is contained in:
parent
3e89a8d32f
commit
60c1a4ad5f
|
@ -25,6 +25,11 @@ jobs:
|
|||
environment:
|
||||
DJANGO_VERSION: 2.0
|
||||
DRF: 3.9
|
||||
build-django-11:
|
||||
<<: *template
|
||||
environment:
|
||||
DJANGO_VERSION: 1.11
|
||||
DRF: 3.9
|
||||
|
||||
workflows:
|
||||
main:
|
||||
|
|
2
setup.py
2
setup.py
|
@ -16,7 +16,7 @@ setup(
|
|||
author='iMerica',
|
||||
author_email='imichael@pm.me',
|
||||
url='http://github.com/iMerica/dj-rest-auth',
|
||||
description='Create a set of REST API endpoints for Authentication and Registration',
|
||||
description='Authentication and Registration in Django Rest Framework',
|
||||
packages=find_packages(),
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
|
|
Loading…
Reference in New Issue
Block a user