mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 05:43:44 +03:00
Updates format
This commit is contained in:
parent
c167e8c5ae
commit
476c0bb1e2
|
@ -13,8 +13,9 @@ jobs:
|
|||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
command: cat dj_rest_auth/tests/requirements.pip dev-requirements.txt | pip install --user -r /dev/stdin
|
||||
name: "Install Static Test Dependencies"
|
||||
command: |
|
||||
cat dj_rest_auth/tests/requirements.pip dev-requirements.txt | pip install --user -r /dev/stdin
|
||||
name: Install
|
||||
- run:
|
||||
command: pip install -q --user coveralls djangorestframework==$DRF Django==$DJANGO_VERSION
|
||||
name: "Install Django + DRF Deps"
|
||||
|
|
Loading…
Reference in New Issue
Block a user