Skip to content

Commit

Permalink
Changed tox.ini to use python instead of python3
Browse files Browse the repository at this point in the history
  • Loading branch information
berndie committed Aug 29, 2024
1 parent 2d7d084 commit 34cbf39
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 @@ -4,7 +4,7 @@ env_list = lint, py{37,38,39,310,311,312}
[testenv]
description = Run the tests
commands =
python3 -m unittest {posargs:discover}
python -m unittest {posargs:discover}

;[testenv:lint]
;description = Run linters
Expand Down

0 comments on commit 34cbf39

Please sign in to comment.