Adds coveralls dep and tests

This commit is contained in:
Michael 2020-03-06 18:01:31 -06:00
parent fe01ba0231
commit 3b830790f7
3 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,9 @@ jobs:
- run:
command: coverage run --source=dj_rest_auth setup.py test
name: Test
- run:
command: coveralls
name: Coverage
test-django-2:
<<: *template
environment:

View File

@ -2,3 +2,4 @@
responses>=0.5.0
djangorestframework-jwt
django-allauth
coveralls>=1.11.1

View File

@ -33,6 +33,7 @@ setup(
'responses>=0.5.0',
'django-allauth>=0.25.0',
'djangorestframework-jwt>=1.9.0',
'coveralls>=1.11.1'
],
test_suite='runtests.runtests',
include_package_data=True,