summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2022-10-24 08:11:21 -0700
committerAdam Hupp <adam@hupp.org>2022-10-24 08:32:31 -0700
commitea2150d2a739dff8f182c32252c601b350f01f2c (patch)
treeedc52dffe85c3daaf60e08162a3325998511adbb
parentcd3929fa7cbc2e383629d0893fc08bcb68a7614c (diff)
downloadpython-magic-ea2150d2a739dff8f182c32252c601b350f01f2c.tar.gz
add python 3.10 to tox environment list
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 1aa47a9..f0e65c8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,16 +7,17 @@ envlist =
py37,
py38,
py39,
+ py310,
coverage-report,
mypy
[testenv]
commands =
- coverage run -m pytest
+ coverage run -m pytest
setenv =
COVERAGE_FILE=.coverage.{envname}
- LC_ALL=en_US.UTF-8
+ LC_ALL=en_US.UTF-8
deps =
.[test]
coverage