mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 13:53:43 +03:00
Adds run step names
This commit is contained in:
parent
476c0bb1e2
commit
89573f6e68
|
@ -13,12 +13,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
command: |
|
command: pip install --user -r dev-requirements.txt
|
||||||
cat dj_rest_auth/tests/requirements.pip dev-requirements.txt | pip install --user -r /dev/stdin
|
name: "Pip Install dev requirements"
|
||||||
name: Install
|
|
||||||
- run:
|
- run:
|
||||||
command: pip install -q --user coveralls djangorestframework==$DRF Django==$DJANGO_VERSION
|
command: pip install --user -r dj_rest_auth/tests/requirements.pip
|
||||||
name: "Install Django + DRF Deps"
|
name: "Pip Install test requirements"
|
||||||
- run:
|
- run:
|
||||||
command: |
|
command: |
|
||||||
mkdir -p test-results/
|
mkdir -p test-results/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user