Update config.yml

This commit is contained in:
Greg Gauthier 2020-10-23 12:46:04 +01:00 committed by GitHub
parent b16f7ba302
commit 9b62465a91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 test
command: ./manage.py pytest
name: Test
workflows: