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:
|
- run:
|
||||||
command: coverage run --source=dj_rest_auth setup.py test
|
command: coverage run --source=dj_rest_auth setup.py test
|
||||||
name: Test
|
name: Test
|
||||||
|
- run:
|
||||||
|
command: coveralls
|
||||||
|
name: Coverage
|
||||||
test-django-2:
|
test-django-2:
|
||||||
<<: *template
|
<<: *template
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -2,3 +2,4 @@
|
||||||
responses>=0.5.0
|
responses>=0.5.0
|
||||||
djangorestframework-jwt
|
djangorestframework-jwt
|
||||||
django-allauth
|
django-allauth
|
||||||
|
coveralls>=1.11.1
|
1
setup.py
1
setup.py
|
@ -33,6 +33,7 @@ setup(
|
||||||
'responses>=0.5.0',
|
'responses>=0.5.0',
|
||||||
'django-allauth>=0.25.0',
|
'django-allauth>=0.25.0',
|
||||||
'djangorestframework-jwt>=1.9.0',
|
'djangorestframework-jwt>=1.9.0',
|
||||||
|
'coveralls>=1.11.1'
|
||||||
],
|
],
|
||||||
test_suite='runtests.runtests',
|
test_suite='runtests.runtests',
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user