There was an error while loading. Please reload this page.
1 parent a3c00c0 commit 0b25b53Copy full SHA for 0b25b53
1 file changed
tox.ini
@@ -1,9 +1,11 @@
1
[tox]
2
-envlist = py36,py37,py38,py39
+envlist = py36,py37,py38,py39,py310,py311,py312,py313,py314
3
4
[testenv]
5
# install pytest in the virtualenv where commands will be executed
6
-deps = pytest
+deps =
7
+ pytest
8
+ setuptools
9
commands =
10
pytest -vvs
11
0 commit comments