Run tox-ini-fmt

This commit is contained in:
Hugo van Kemenade 2023-04-03 23:08:23 +03:00
parent f46594ff47
commit 6c057b3277

View File

@ -1,8 +1,8 @@
[tox] [tox]
minversion = 1.9
envlist = envlist =
lint lint
py{py3, 311, 310, 39, 38} py{py3, 311, 310, 39, 38}
minversion = 1.9
[testenv] [testenv]
deps = deps =
@ -15,15 +15,16 @@ commands =
{envpython} -m pip install --global-option="build_ext" --global-option="--inplace" . {envpython} -m pip install --global-option="build_ext" --global-option="--inplace" .
{envpython} selftest.py {envpython} selftest.py
{envpython} -m pytest -W always {posargs} {envpython} -m pytest -W always {posargs}
allowlist_externals = make allowlist_externals =
make
[testenv:lint] [testenv:lint]
passenv =
PRE_COMMIT_COLOR
skip_install = true skip_install = true
deps = deps =
check-manifest check-manifest
pre-commit pre-commit
passenv =
PRE_COMMIT_COLOR
commands = commands =
pre-commit run --all-files --show-diff-on-failure pre-commit run --all-files --show-diff-on-failure
check-manifest check-manifest