mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Fix comment
This commit is contained in:
parent
683dd0ad56
commit
c7827f94a2
1 changed files with 2 additions and 1 deletions
3
tox.ini
3
tox.ini
|
|
@ -7,11 +7,12 @@ skipsdist = true
|
|||
envlist = modification,py3-cover,lint,mypy
|
||||
|
||||
[base]
|
||||
# pip installs the requested packages in editable mode
|
||||
pip_install = python {toxinidir}/tools/pip_install_editable.py
|
||||
# pip installs the requested packages in editable mode and runs unit tests on
|
||||
# them. Each package is installed and tested in the order they are provided
|
||||
# before the script moves on to the next package. All dependencies are pinned
|
||||
# to a specific version for increased stability for developers.
|
||||
pip_install = python {toxinidir}/tools/pip_install_editable.py
|
||||
install_and_test = python {toxinidir}/tools/install_and_test.py
|
||||
dns_packages =
|
||||
certbot-dns-cloudflare \
|
||||
|
|
|
|||
Loading…
Reference in a new issue