| 123456789101112131415161718192021222324252627 |
- Subject: Add python 3.10 to tox environment list
- Origin: upstream, commit 0.4.27-6-gea2150d <https://github.com/ahupp/python-magic/commit/0.4.27-6-gea2150d>
- Author: Adam Hupp <adam@hupp.org>
- Date: Mon Oct 24 08:11:21 2022 -0700
- --- a/tox.ini
- +++ b/tox.ini
- @@ -7,16 +7,17 @@
- 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
|