Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
m000 committed Nov 12, 2023
1 parent 0eda43e commit 5191fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ skip_missing_interpreters=True

[testenv]
# See: https://tox.wiki/en/latest/config.html#tox-ini
usedevelop=True
basepython=
py3.10: python3.10
py3.11: python3.11
Expand All @@ -17,6 +16,7 @@ allowlist_externals =
pytest
commands=
pytest {posargs:tests/}
usedevelop=True

#poetry install --no-interaction
#poetry run pytest {posargs:tests/}
Expand Down

0 comments on commit 5191fa1

Please sign in to comment.