Change ignore-errors to ignore_errors

Needed for coverage 4.0

Change-Id: Ia0e89de507f030033dbe9792be62561a92971b09
This commit is contained in:
Monty Taylor 2015-09-21 15:02:04 +00:00
parent 9730cae71a
commit 2a9a98263f
1 changed files with 1 additions and 1 deletions

View File

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