We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77ef9f commit 5c8a04eCopy full SHA for 5c8a04e
tox.ini
@@ -20,7 +20,7 @@ setenv =
20
commands_pre =
21
py3{9,10,11,12}: python -c 'import os; print("\n".join(f"{key}={value}" for key, value in os.environ.items()))'
22
py3{9,10,11,12}: poetry check --lock
23
- py3{9,10,11,12}: poetry install --no-root --only=main --only=dev --only=lint --only=tests {env:POETRY_ARGS_docs:} {env:POETRY_ARGS_extensive:} {env:POETRY_ARGS_lxml:} {env:POETRY_ARGS:} --sync
+ py3{9,10,11,12}: poetry sync --no-root --only=main --only=dev --only=lint --only=tests {env:POETRY_ARGS_docs:} {env:POETRY_ARGS_extensive:} {env:POETRY_ARGS_lxml:} {env:POETRY_ARGS:}
24
commands =
25
min: python -c 'import sys; print("min qualifier not supported on this environment"); sys.exit(1);'
26
poetry config --list
0 commit comments