From 982fa1962879c5f9f54df227dfca707a3af74b6a Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sat, 24 Jan 2015 14:33:19 +0000 Subject: [PATCH] Bump cover-min-percentage to 61 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b2d7b9ae9..c8c671ca1 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ commands = [testenv:cover] commands = python setup.py dev - python setup.py nosetests --with-coverage --cover-min-percentage=59 + python setup.py nosetests --with-coverage --cover-min-percentage=61 [testenv:lint] commands =