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:
authorsydneyli <sydney@eff.org>2020-01-07 20:57:43 +0300
committerGitHub <noreply@github.com>2020-01-07 20:57:43 +0300
commit0e78436b059e99a5fd07ea7329b911bcb3f0e147 (patch)
treecd45b38544ce17a39119ec7713b5c84ed13f4846 /tox.ini
parent9b5b27597c4c6473b7dec03b29f0b62adbc8fc98 (diff)
[Apache v2] Add apacheconfig as a dependency (#7643)
* Add apacheconfig as a dependency. * Change apacheconfig to a dev dependency * Bump apacheconfig dep to 0.3.1
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 5f1a9a426..31a8a8578 100644
--- a/tox.ini
+++ b/tox.ini
@@ -90,6 +90,12 @@ commands =
setenv =
{[testenv:py27-oldest]setenv}
+[testenv:py27-apache-v2-oldest]
+commands =
+ {[base]install_and_test} certbot-apache[dev]
+setenv =
+ {[testenv:py27-oldest]setenv}
+
[testenv:py27-certbot-oldest]
commands =
{[base]install_and_test} certbot[dev]