mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:25:24 +02:00
merge dev and dev3 (#8639)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user