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:
authorBrad Warren <bmw@users.noreply.github.com>2016-07-11 21:05:31 +0300
committerGitHub <noreply@github.com>2016-07-11 21:05:31 +0300
commit9431874c723ceb09c629bd8f5897e6f992c6f724 (patch)
treeaa90c471fc118653e8b169dc9db392d33a5febab
parenta691e530134eba8fa049fb9228dbad67911ef663 (diff)
parent9bc50d4a4761e6734389697b1cdff1c5339726d7 (diff)
Merge pull request #3272 from cowlicks/gh-3271nginx-compat
Try to fix travis-ci lint failure
-rw-r--r--certbot-apache/certbot_apache/tests/configurator_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-apache/certbot_apache/tests/configurator_test.py b/certbot-apache/certbot_apache/tests/configurator_test.py
index 633757de4..99b1b8b74 100644
--- a/certbot-apache/certbot_apache/tests/configurator_test.py
+++ b/certbot-apache/certbot_apache/tests/configurator_test.py
@@ -1,4 +1,4 @@
-# pylint: disable=too-many-public-methods
+# pylint: disable=too-many-public-methods,too-many-lines
"""Test for certbot_apache.configurator."""
import os
import shutil