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