Skip to content

Commit 8e6ac8b

Browse files
committed
tox: fix lintreadme folder, removed unneeded installs
1 parent 54734bb commit 8e6ac8b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ setenv =
6363
HOME = {envtmpdir}
6464

6565
commands_pre =
66-
py3{10,11,12,13}-unit: python -m pip install -U pip setuptools wheel
67-
py312-lintreadme: python -m build --outdir {distdir}
66+
py312-lintreadme: python -m build --outdir {pkg_dir}
6867

6968
commands =
7069
py3{10,11,12,13,14}-unit: make coverage-report coverage.xml PYTEST_EXTRA="{posargs}"
@@ -73,7 +72,7 @@ commands =
7372
py3{10,11,12,13,14}-mypy: make mypy mypyc PYTEST_EXTRA="{posargs}"
7473
py312-shellcheck: make shellcheck
7574
py312-pydocstyle: make diff_pydocstyle_report
76-
py312-lintreadme: twine check {distdir}/*
75+
py312-lintreadme: twine check {pkg_dir}/*
7776

7877
skip_install =
7978
py3{10,11,12,13,14}-{bandit,lint,mypy,shellcheck,pydocstyle,lintreadme}: true

0 commit comments

Comments
 (0)