Change ignore-errors to ignore_errors

Needed for coverage 4.0

Change-Id: Ic49ac9019486e2c71e730e7a4d9f09bf99a5769d
This commit is contained in:
Monty Taylor 2015-09-21 15:26:52 +00:00
parent 74df25d494
commit 20b2956e56
1 changed files with 1 additions and 1 deletions

View File

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