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:
authorm0namon <51840727+m0namon@users.noreply.github.com>2020-03-24 03:05:22 +0300
committerGitHub <noreply@github.com>2020-03-24 03:05:22 +0300
commit1285297b23e445c10dfac481b02447d4cc2cf6f6 (patch)
treed143c624c569abee788f1eba5865736343207cac /tox.ini
parent9e3c348dff75e6db4c27ae3e343d9e151d50862e (diff)
[Apache v2] Load apacheconfig tree and gate related tests (#7710)
* Load apacheconfig dependency, gate behind flag * Bump apacheconfig dependency to latest version and install dev version of apache for coverage tests * Move augeasnode_test tests to more generic parsernode_test * Revert "Move augeasnode_test tests to more generic parsernode_test" This reverts commit 6bb986ef786b9d68bb72776bde66e6572cf505a9. * Mock AugeasNode into DualNode's place, and run augeasnode tests exclusively on AugeasNode * Don't calculate coverage for skeleton functions * clean up helper function in augeasnode_test
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 3903cdf45..8aa4bfbf2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -120,12 +120,14 @@ setenv =
basepython = python2.7
commands =
{[base]install_packages}
+ {[base]pip_install} certbot-apache[dev]
python tox.cover.py
[testenv:py37-cover]
basepython = python3.7
commands =
{[base]install_packages}
+ {[base]pip_install} certbot-apache[dev]
python tox.cover.py
[testenv:lint]