Use test settings in coverage task

This commit is contained in:
Christopher C. Wells 2021-06-21 20:52:47 -07:00
parent 97b17447df
commit cca1e409e3
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ function coverage(cb) {
'run',
'manage.py',
'test',
'--settings=babybuddy.settings.test',
'--parallel',
'--exclude-tag',
'isolate'