Adds run step names

This commit is contained in:
Michael 2020-06-20 13:02:48 -05:00
parent 476c0bb1e2
commit 89573f6e68

View File

@ -13,12 +13,11 @@ jobs:
steps:
- checkout
- run:
command: |
cat dj_rest_auth/tests/requirements.pip dev-requirements.txt | pip install --user -r /dev/stdin
name: Install
command: pip install --user -r dev-requirements.txt
name: "Pip Install dev requirements"
- run:
command: pip install -q --user coveralls djangorestframework==$DRF Django==$DJANGO_VERSION
name: "Install Django + DRF Deps"
command: pip install --user -r dj_rest_auth/tests/requirements.pip
name: "Pip Install test requirements"
- run:
command: |
mkdir -p test-results/