Fix comment

This commit is contained in:
Adrien Ferrand 2020-09-24 20:33:08 +02:00
parent 683dd0ad56
commit c7827f94a2

View file

@ -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 \