Quotes YAML

This commit is contained in:
Michael 2020-06-20 12:54:54 -05:00
parent 3f07966477
commit c167e8c5ae

View File

@ -14,10 +14,10 @@ jobs:
- checkout - checkout
- run: - run:
command: cat dj_rest_auth/tests/requirements.pip dev-requirements.txt | pip install --user -r /dev/stdin 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: - run:
command: pip install -q --user coveralls djangorestframework==$DRF Django==$DJANGO_VERSION command: pip install -q --user coveralls djangorestframework==$DRF Django==$DJANGO_VERSION
name: Install Specific Django + DRF Deps. name: "Install Django + DRF Deps"
- run: - run:
command: | command: |
mkdir -p test-results/ mkdir -p test-results/