Adds more tests coverage

This commit is contained in:
Michael 2020-02-29 21:34:24 -06:00
parent 3e89a8d32f
commit 60c1a4ad5f
2 changed files with 6 additions and 1 deletions

View File

@ -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:

View File

@ -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',