Updates format

This commit is contained in:
Michael 2020-06-20 12:57:30 -05:00
parent c167e8c5ae
commit 476c0bb1e2

View File

@ -13,8 +13,9 @@ jobs:
steps: steps:
- checkout - checkout
- run: - run:
command: cat dj_rest_auth/tests/requirements.pip dev-requirements.txt | pip install --user -r /dev/stdin command: |
name: "Install Static Test Dependencies" cat dj_rest_auth/tests/requirements.pip dev-requirements.txt | pip install --user -r /dev/stdin
name: Install
- run: - run:
command: pip install -q --user coveralls djangorestframework==$DRF Django==$DJANGO_VERSION command: pip install -q --user coveralls djangorestframework==$DRF Django==$DJANGO_VERSION
name: "Install Django + DRF Deps" name: "Install Django + DRF Deps"