Removes echo flag

This commit is contained in:
Michael 2020-02-29 19:07:45 -06:00
parent 0797ce257f
commit 03925f46e4

View File

@ -10,8 +10,8 @@ jobs:
executor: python/default
steps:
- checkout
- run: echo -n $DJANGO_VERSION > requirements.txt
- run: echo -n $DRF >> requirements.txt
- run: echo $DJANGO_VERSION > requirements.txt
- run: echo $DRF >> requirements.txt
- run: pip install -r requirements.txt
- run:
command: ./manage.py test