Remove cache

This commit is contained in:
Michael 2020-02-29 19:06:43 -06:00
parent 5c50d0cb7f
commit 0797ce257f

View File

@ -10,11 +10,9 @@ jobs:
executor: python/default
steps:
- checkout
- python/load-cache
- 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
name: Test