Change ignore-errors to ignore_errors

Needed for coverage 4.0, which changed how it processes config
files, so ignore-errors now produces an error where it did not
before.

Change-Id: I7a433bbdcf19d17d3feb672e23da3009c95f0624
This commit is contained in:
Monty Taylor 2015-09-21 14:28:58 +00:00
parent ba5b18c5f5
commit d59fa0cbac
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ source = mistral
omit = mistral/tests/*,mistral/openstack/*
[report]
ignore-errors = True
ignore_errors = True