mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
git grep -lE "\.\[dev3\]" | xargs sed -i -E "s/\.\[dev3\]/certbot[dev3]/g"
This commit is contained in:
parent
7688890845
commit
0b68753bd3
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue