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
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[tox]
envlist = py36,py37,py38,py39
envlist = py36,py37,py38,py39,py310,py311,py312,py313,py314

[testenv]
# install pytest in the virtualenv where commands will be executed
deps = pytest
deps =
pytest
setuptools
commands =
pytest -vvs

Expand Down