Skip to content

Commit 3df597c

Browse files
Merge pull request #129 from e-kwsm/tox
test: add py310 and later
2 parents 30a9d51 + 0b25b53 commit 3df597c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[tox]
2-
envlist = py36,py37,py38,py39
2+
envlist = py36,py37,py38,py39,py310,py311,py312,py313,py314
33

44
[testenv]
55
# install pytest in the virtualenv where commands will be executed
6-
deps = pytest
6+
deps =
7+
pytest
8+
setuptools
79
commands =
810
pytest -vvs
911

0 commit comments

Comments
 (0)