Skip to content

Commit e10e2a2

Browse files
authored
chore: move to poetry
1 parent b7a55f2 commit e10e2a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ allowlist_externals =
4040
setenv =
4141
VIRTUAL_ENV={envdir}
4242
LC_ALL=en_US.utf-8
43+
commands_pre =
44+
poetry install --no-root --sync --with test,test-{envname}
4345
commands =
4446
find . -type f -name "*.pyc" -delete
4547
poetry run pytest {posargs}

0 commit comments

Comments
 (0)