mirror of https://github.com/snachodog/mybuddy.git
Use test settings in coverage task
This commit is contained in:
parent
97b17447df
commit
cca1e409e3
|
@ -46,6 +46,7 @@ function coverage(cb) {
|
|||
'run',
|
||||
'manage.py',
|
||||
'test',
|
||||
'--settings=babybuddy.settings.test',
|
||||
'--parallel',
|
||||
'--exclude-tag',
|
||||
'isolate'
|
||||
|
|
Loading…
Reference in New Issue