mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
more path fixes
This commit is contained in:
parent
a29a3fd04c
commit
f7bb6ce5f1
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -141,7 +141,7 @@ deps =
|
|||
sakuracloud: -e certbot-dns-sakuracloud
|
||||
nginx: -e certbot-nginx
|
||||
commands =
|
||||
apache: {[base]pytest} certbot/src/certbot/_internal/plugins/apache
|
||||
apache: {[base]pytest} certbot/src/certbot/_internal/tests/plugins/apache
|
||||
cloudflare: {[base]pytest} certbot-dns-cloudflare
|
||||
digitalocean: {[base]pytest} certbot-dns-digitalocean
|
||||
dnsimple: {[base]pytest} certbot-dns-dnsimple
|
||||
|
|
@ -155,7 +155,7 @@ commands =
|
|||
rfc2136: {[base]pytest} certbot-dns-rfc2136
|
||||
route53: {[base]pytest} certbot-dns-route53
|
||||
sakuracloud: {[base]pytest} certbot-dns-sakuracloud
|
||||
nginx: {[base]pytest} certbot/src/certbot/_internal/plugins/nginx
|
||||
nginx: {[base]pytest} certbot/src/certbot/_internal/tests/plugins/nginx
|
||||
|
||||
[testenv:apacheconftest]
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Reference in a new issue