git grep -lE "\.\[dev3\]" | xargs sed -i -E "s/\.\[dev3\]/certbot[dev3]/g"

This commit is contained in:
Erica Portnoy 2019-11-12 14:35:22 -08:00
parent 7688890845
commit 0b68753bd3

View file

@ -134,7 +134,7 @@ commands =
basepython = python3
commands =
{[base]install_packages}
{[base]pip_install} .[dev3]
{[base]pip_install} certbot[dev3]
mypy {[base]source_paths}
[testenv:apacheconftest]