From 65dd4c668c31cc9cdb6d82c05d24798254f2de8d Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 21 Sep 2015 14:55:12 -0700 Subject: [PATCH] Increased letsencrypt and letsencrypt-nginx cover minimums --- tox.cover.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.cover.sh b/tox.cover.sh index 6f8a5697b..edfd9b81a 100755 --- a/tox.cover.sh +++ b/tox.cover.sh @@ -16,13 +16,13 @@ fi cover () { if [ "$1" = "letsencrypt" ]; then - min=96 + min=97 elif [ "$1" = "acme" ]; then min=100 elif [ "$1" = "letsencrypt_apache" ]; then min=100 elif [ "$1" = "letsencrypt_nginx" ]; then - min=96 + min=97 elif [ "$1" = "letshelp_letsencrypt" ]; then min=100 else