diff options
Diffstat (limited to 'dev.sh')
-rwxr-xr-x | dev.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -48,7 +48,7 @@ case $1 in poetry-dev-deps) PYTHON_KEYRING_BACKEND=keyring.backends.fail.Keyring \ - poetry install --no-root + poetry install ;; dev) @@ -69,7 +69,7 @@ case $1 in ;; coverage) - poetry run python3 -m coverage run --branch -m pytest -v + poetry run python3 -m coverage run -m pytest -v ;; covhtml) |