From 105b8325857c1d6084bc9ad7c3c87eaebe4afaeb Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 13 Apr 2014 15:39:31 -0700 Subject: [PATCH] Bump up to 93% --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d8458b67..41db3e3d 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ deps = -rrequirements_dev.txt commands = coverage erase coverage run -m pytest {posargs:tests} - coverage report --show-missing --fail-under 88 + coverage report --show-missing --fail-under 93 flake8 {[tox]project} tests setup.py # pylint {[tox]project} tests setup.py