Skip to content

Commit ea2150d

Browse files
committed
add python 3.10 to tox environment list
1 parent cd3929f commit ea2150d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@ envlist =
77
py37,
88
py38,
99
py39,
10+
py310,
1011
coverage-report,
1112
mypy
1213

1314
[testenv]
1415
commands =
15-
coverage run -m pytest
16+
coverage run -m pytest
1617

1718
setenv =
1819
COVERAGE_FILE=.coverage.{envname}
19-
LC_ALL=en_US.UTF-8
20+
LC_ALL=en_US.UTF-8
2021
deps =
2122
.[test]
2223
coverage

0 commit comments

Comments
 (0)