Change ignore-errors to ignore_errors

Needed for coverage 4.0

Change-Id: I175516218433960d5e081dac8139c51165f4dd54
This commit is contained in:
Monty Taylor 2015-09-21 14:43:26 +00:00
parent f49cc0289b
commit cf44a4028e

View File

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