mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 05:43:44 +03:00
Adds coveralls dep and tests
This commit is contained in:
parent
fe01ba0231
commit
3b830790f7
|
@ -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:
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
responses>=0.5.0
|
||||
djangorestframework-jwt
|
||||
django-allauth
|
||||
coveralls>=1.11.1
|
Loading…
Reference in New Issue
Block a user