Uses Docker Executor

This commit is contained in:
Michael 2020-02-29 20:05:46 -06:00
parent 8e7982e52b
commit 12883f8efc

View File

@ -9,7 +9,7 @@ jobs:
environment: environment:
DJANGO_VERSION: 3.0 DJANGO_VERSION: 3.0
DRF: 3.9 DRF: 3.9
executor: python/default executor: docker/docker
steps: steps:
- checkout - checkout
- run: echo "Django==$DJANGO_VERSION" > requirements.txt - run: echo "Django==$DJANGO_VERSION" > requirements.txt