Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Kasten <jdkasten@umich.edu>2015-09-16 04:09:00 +0300
committerJames Kasten <jdkasten@umich.edu>2015-09-16 04:09:00 +0300
commitd367694dc3080c3a94292099392767826f332f96 (patch)
tree5bdeacb1d7bd584c75c7f6d07fc6d383763832ec /tox.cover.sh
parent1d10bef7d3250f8eb8e10c2eb2ea9af7cdaa5b68 (diff)
pep8 fixes
Diffstat (limited to 'tox.cover.sh')
-rwxr-xr-xtox.cover.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.cover.sh b/tox.cover.sh
index 5f3597b35..6f8a5697b 100755
--- a/tox.cover.sh
+++ b/tox.cover.sh
@@ -16,7 +16,7 @@ fi
cover () {
if [ "$1" = "letsencrypt" ]; then
- min=97
+ min=96
elif [ "$1" = "acme" ]; then
min=100
elif [ "$1" = "letsencrypt_apache" ]; then