Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tox]
# These should match the GitHub Actions env list
envlist = py37,py38,py39,py310,py311,py312,py313
minversion = 4.0.0

[testenv]
install_command = pip install {opts} {packages}
deps = -rrequirements-dev.txt
setenv =
LANG=en_US.UTF-8
Expand Down