From 89573f6e68e0d60f5e59fef1db5956c0c165e827 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 20 Jun 2020 13:02:48 -0500 Subject: [PATCH] Adds run step names --- .circleci/config.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c445f6b..7032790 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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/