Skip to content

Commit 6d88c4f

Browse files
authored
Merge pull request #102 from FreeTAKTeam/codex/update-tox.ini-for-py310-consistency
Align tox configuration with project Python version
2 parents aa6e3c7 + 4f99daf commit 6d88c4f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
[tox]
2-
envlist = py39
2+
envlist = py310
33
skipsdist = True
44

55
[testenv]
6+
basepython = python3.10
67
deps =
78
pytest
89
pytest-cov
910
coverage
1011
-e .
1112
commands = pytest --cov=. --cov-report=xml tests/
12-
13-
1413
[tool.coverage.run]
15-
relative_files = true
14+
relative_files = true

0 commit comments

Comments
 (0)