Add .circleci/config.yml

This commit is contained in:
Greg Gauthier 2020-10-23 12:50:28 +01:00
parent 9b62465a91
commit 95e08df3d3
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
- python/install-deps
- python/save-cache
- run:
command: ./manage.py pytest
command: pipenv run pytest
name: Test
workflows: