Uses pip install with user

This commit is contained in:
Michael 2020-02-29 20:10:13 -06:00
parent 12883f8efc
commit 3402d1f2cd

View File

@ -14,8 +14,8 @@ 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: pip install --user coveralls
- run: pip install --user -r requirements.txt
- run:
command: coverage run --source=dj_rest_auth setup.py test
name: Test