merge dev and dev3 (#8639)

This commit is contained in:
Brad Warren
2021-02-04 21:31:47 +11:00
committed by GitHub
parent 666ee35e29
commit c668172ef0
3 changed files with 7 additions and 13 deletions
-2
View File
@@ -149,14 +149,12 @@ basepython = python3
# continue, but tox return code will reflect previous error
commands =
{[base]install_packages}
{[base]pip_install} certbot[dev3]
python -m pylint --reports=n --rcfile=.pylintrc {[base]source_paths}
[testenv:mypy]
basepython = python3
commands =
{[base]install_packages}
{[base]pip_install} certbot[dev3]
mypy {[base]source_paths}
[testenv:apacheconftest]