From 9476e7039bbb1e802384d22e9093702301019d4d Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Wed, 11 Feb 2015 16:41:01 +0000 Subject: [PATCH] Bump coverage to 73% --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 12452d6d3..7a5f3810d 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,7 @@ setenv = basepython = python2.7 commands = pip install -e .[testing] - python setup.py nosetests --with-coverage --cover-min-percentage=71 + python setup.py nosetests --with-coverage --cover-min-percentage=73 [testenv:lint] # recent versions of pylint do not support Python 2.6 (#97, #187)