mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 13:53:43 +03:00
Fixes YAML schema
This commit is contained in:
parent
2e5df3b3e7
commit
5c50d0cb7f
|
@ -11,10 +11,9 @@ jobs:
|
|||
steps:
|
||||
- checkout
|
||||
- python/load-cache
|
||||
- run:
|
||||
- echo -n $DJANGO_VERSION > requirements.txt
|
||||
- echo -n $DRF >> requirements.txt
|
||||
- pip install -r requirements.txt
|
||||
- run: echo -n $DJANGO_VERSION > requirements.txt
|
||||
- run: echo -n $DRF >> requirements.txt
|
||||
- run: pip install -r requirements.txt
|
||||
- python/save-cache
|
||||
- run:
|
||||
command: ./manage.py test
|
||||
|
|
Loading…
Reference in New Issue
Block a user