Fixes test command

This commit is contained in:
Michael 2020-02-29 19:15:56 -06:00
parent a7025c1146
commit b2300a4981

View File

@ -12,9 +12,10 @@ jobs:
- checkout
- run: echo "Django==$DJANGO_VERSION" > requirements.txt
- run: echo "djangorestframework==$DRF" >> requirements.txt
- run: pip install coveralls
- run: pip install -r requirements.txt
- run:
command: ./runtest.py
command: coverage run --source=dj_rest_auth setup.py test
name: Test
build-django-2:
<<: *template