Skip to content

Commit

Permalink
test(tox): use the right Python executable in tox configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
palazzem committed May 16, 2024
1 parent 524fa02 commit 5fdf06d
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 5fdf06d

Please sign in to comment.