From ea2150d2a739dff8f182c32252c601b350f01f2c Mon Sep 17 00:00:00 2001 From: Adam Hupp Date: Mon, 24 Oct 2022 08:11:21 -0700 Subject: add python 3.10 to tox environment list --- tox.ini | 5 +++-- 1 file 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 -- cgit v1.2.1