Skip to content

Commit

Permalink
fix used python version
Browse files Browse the repository at this point in the history
  • Loading branch information
vpoulailleau committed Nov 6, 2024
1 parent d75a7ab commit ac300fd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,17 @@ isolated_build = True
envlist = py39, py310, py311, py312, py313
[testenv]
deps =
pytest>=8
pytest-cov >= 6
allowlist_externals =
uv
echo
sed
cp
changedir = {toxinidir}/tests
commands =
uv run python -m pytest -s -vv --cov=padpo
uv run coverage xml
python -m pytest -s -vv --cov=padpo
coverage xml
echo 'fix travis bug'
sed --in-place -e 's@//home@/home@' coverage.xml
echo 'fix codeclimate bug, use relative path'
Expand All @@ -62,7 +64,6 @@ commands =
[tool.uv]
dev-dependencies = ["ruff>=0.7.2", "pytest>=8", "pytest-cov >= 6", "tox >= 4"]


[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

0 comments on commit ac300fd

Please sign in to comment.