diff --git a/.circleci/config.yml b/.circleci/config.yml index f815af5..c445f6b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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"