Skip to content

Commit

Permalink
Adds coveralls dep and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iMerica committed Mar 7, 2020
1 parent fe01ba0 commit 3b83079
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
responses>=0.5.0
djangorestframework-jwt
django-allauth
coveralls>=1.11.1
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
'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,
Expand Down

0 comments on commit 3b83079

Please sign in to comment.