mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
lint setup.py files
This commit is contained in:
parent
fd1f3cf506
commit
88bd10ebf7
1 changed files with 16 additions and 0 deletions
16
tox.ini
16
tox.ini
|
|
@ -36,21 +36,37 @@ install_packages =
|
|||
{toxinidir}/tools/pip_install_editable.sh {[base]all_packages}
|
||||
source_paths =
|
||||
acme/acme
|
||||
acme/setup.py
|
||||
certbot
|
||||
certbot-apache/certbot_apache
|
||||
certbot-apache/setup.py
|
||||
certbot-compatibility-test/certbot_compatibility_test
|
||||
certbot-compatibility-test/setup.py
|
||||
certbot-dns-cloudflare/certbot_dns_cloudflare
|
||||
certbot-dns-cloudflare/setup.py
|
||||
certbot-dns-cloudxns/certbot_dns_cloudxns
|
||||
certbot-dns-cloudxns/setup.py
|
||||
certbot-dns-digitalocean/certbot_dns_digitalocean
|
||||
certbot-dns-digitalocean/setup.py
|
||||
certbot-dns-dnsimple/certbot_dns_dnsimple
|
||||
certbot-dns-dnsimple/setup.py
|
||||
certbot-dns-dnsmadeeasy/certbot_dns_dnsmadeeasy
|
||||
certbot-dns-dnsmadeeasy/setup.py
|
||||
certbot-dns-google/certbot_dns_google
|
||||
certbot-dns-google/setup.py
|
||||
certbot-dns-luadns/certbot_dns_luadns
|
||||
certbot-dns-luadns/setup.py
|
||||
certbot-dns-nsone/certbot_dns_nsone
|
||||
certbot-dns-nsone/setup.py
|
||||
certbot-dns-rfc2136/certbot_dns_rfc2136
|
||||
certbot-dns-rfc2136/setup.py
|
||||
certbot-dns-route53/certbot_dns_route53
|
||||
certbot-dns-route53/setup.py
|
||||
certbot-nginx/certbot_nginx
|
||||
certbot-nginx/setup.py
|
||||
letshelp-certbot/letshelp_certbot
|
||||
letshelp-certbot/setup.py
|
||||
setup.py
|
||||
tests/lock_test.py
|
||||
|
||||
[testenv]
|
||||
|
|
|
|||
Loading…
Reference in a new issue