Install test coverage measuring in virtualenvs
This commit is contained in:
parent
8bd5477de0
commit
e956684a55
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ python3 -m venv .venv
|
||||||
. .venv/bin/activate
|
. .venv/bin/activate
|
||||||
pip install \
|
pip install \
|
||||||
black \
|
black \
|
||||||
|
coverage \
|
||||||
isort \
|
isort \
|
||||||
'python-lsp-server[rope]' \
|
'python-lsp-server[rope]' \
|
||||||
ruff-lsp
|
ruff-lsp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue