Skip to content

Commit

Permalink
test(tox): use the right Python executable in tox configuration (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
palazzem authored May 16, 2024
1 parent 524fa02 commit 08226c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tox]
envlist =
lint
py3.11
py3.12
python3.11
python3.12

[testenv]
allowlist_externals = pytest
Expand Down

0 comments on commit 08226c9

Please sign in to comment.