Change ignore-errors to ignore_errors

Needed for coverage 4.0

Change-Id: I05cc2e31bf77df1896cb3a89556e9677a0e9fb15
This commit is contained in:
Monty Taylor 2015-09-21 15:02:10 +00:00
parent 30973eb23e
commit 2f495c0147
1 changed files with 1 additions and 1 deletions

View File

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