mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 13:53:43 +03:00
Quotes YAML
This commit is contained in:
parent
3f07966477
commit
c167e8c5ae
|
@ -14,10 +14,10 @@ jobs:
|
|||
- checkout
|
||||
- run:
|
||||
command: cat dj_rest_auth/tests/requirements.pip dev-requirements.txt | pip install --user -r /dev/stdin
|
||||
name: Install Static Test Dependencies
|
||||
name: "Install Static Test Dependencies"
|
||||
- run:
|
||||
command: pip install -q --user coveralls djangorestframework==$DRF Django==$DJANGO_VERSION
|
||||
name: Install Specific Django + DRF Deps.
|
||||
name: "Install Django + DRF Deps"
|
||||
- run:
|
||||
command: |
|
||||
mkdir -p test-results/
|
||||
|
|
Loading…
Reference in New Issue
Block a user