mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 13:53:43 +03:00
Fixes test command
This commit is contained in:
parent
a7025c1146
commit
b2300a4981
|
@ -12,9 +12,10 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- run: echo "Django==$DJANGO_VERSION" > requirements.txt
|
- run: echo "Django==$DJANGO_VERSION" > requirements.txt
|
||||||
- run: echo "djangorestframework==$DRF" >> requirements.txt
|
- run: echo "djangorestframework==$DRF" >> requirements.txt
|
||||||
|
- run: pip install coveralls
|
||||||
- run: pip install -r requirements.txt
|
- run: pip install -r requirements.txt
|
||||||
- run:
|
- run:
|
||||||
command: ./runtest.py
|
command: coverage run --source=dj_rest_auth setup.py test
|
||||||
name: Test
|
name: Test
|
||||||
build-django-2:
|
build-django-2:
|
||||||
<<: *template
|
<<: *template
|
||||||
|
|
Loading…
Reference in New Issue
Block a user