From 0b68753bd307fcb8f40c81d6a66f5fba1d8caa81 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Tue, 12 Nov 2019 14:35:22 -0800 Subject: [PATCH] git grep -lE "\.\[dev3\]" | xargs sed -i -E "s/\.\[dev3\]/certbot[dev3]/g" --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 41cc2d807..67bd00698 100644 --- a/tox.ini +++ b/tox.ini @@ -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]