mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-03 06:13:43 +03:00
Removes echo flag
This commit is contained in:
parent
0797ce257f
commit
03925f46e4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user