From 88cb63ee30d6036f5bdad4b6ea6a31a7dc0bcfd3 Mon Sep 17 00:00:00 2001
From: Alexander Kavanaugh <kavanaugh.development@outlook.com>
Date: Tue, 9 Jun 2015 01:33:18 +0000
Subject: [PATCH] upped threshold

---
 runtests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtests.py b/runtests.py
index 4a34a577af..c65a9372cb 100644
--- a/runtests.py
+++ b/runtests.py
@@ -11,7 +11,7 @@
 cov.erase()
 cov.start()
 
-TESTS_THRESHOLD = 91.00
+TESTS_THRESHOLD = 91.85
 TESTS_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
 
 settings.configure(