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',
|
'run',
|
||||||
'manage.py',
|
'manage.py',
|
||||||
'test',
|
'test',
|
||||||
|
'--settings=babybuddy.settings.test',
|
||||||
'--parallel',
|
'--parallel',
|
||||||
'--exclude-tag',
|
'--exclude-tag',
|
||||||
'isolate'
|
'isolate'
|
||||||
|
|
Loading…
Reference in New Issue