Dropped threshold too far, fix Travis build

This commit is contained in:
Nyall Dawson 2016-01-22 20:45:14 +11:00
parent 6b192c29c0
commit ac22e9be06

View File

@ -27,7 +27,7 @@ from PyQt4.QtCore import qDebug
# DON'T RAISE THIS THRESHOLD!!!
# (changes which lower this threshold are welcomed though!)
ACCEPTABLE_MISSING_DOCS = 3749
ACCEPTABLE_MISSING_DOCS = 3751
class TestQgsDocCoverage(TestCase):