Change ignore-errors to ignore_errors

Needed for coverage 4.0

Change-Id: Ieb0d62f3f2d2d5597fbfefc73836e24467c87a5b
This commit is contained in:
Monty Taylor 2015-09-21 14:31:46 +00:00
parent f4615c70ae
commit c007e9c3cc
1 changed files with 1 additions and 1 deletions

View File

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