Change ignore-errors to ignore_errors

Needed for coverage 4.0

Change-Id: I03cf5bc1a53cb51e5a0cd386274c0920fbf0b18b
This commit is contained in:
Monty Taylor 2015-09-21 15:01:39 +00:00
parent 40d942f09a
commit 690c1f7539
1 changed files with 1 additions and 1 deletions

View File

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