Skip to content

Commit

Permalink
Fix tox.ini envlist syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-andersson committed Sep 26, 2023
1 parent 7793a71 commit a0c8b67
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
@@ -1,6 +1,6 @@
[tox]
minversion = 3.8.0
envlist = python3.8, python3.9, python3.10, python3.11, python3.12
envlist = py3.8, py3.9, py3.10, py3.11, py3.12
isolated_build = true

[gh-actions]
Expand Down

0 comments on commit a0c8b67

Please sign in to comment.