Skip to content

Commit be0980d

Browse files
committed
remove py310 in tox
1 parent 2b12aca commit be0980d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py38,py39,py310,report
2+
envlist = py38,py39,report
33

44
[testenv]
55
setenv =
@@ -8,7 +8,7 @@ deps =
88
pytest
99
pytest-cov
1010
depends =
11-
report: py38,py39,py310
11+
report: py38,py39
1212
commands =
1313
pytest --cov-config=tests/.coveragerc --cov --cov-report term tests/
1414

0 commit comments

Comments
 (0)