mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-24 00:04:09 +03:00
Run tox-ini-fmt
This commit is contained in:
parent
f46594ff47
commit
6c057b3277
9
tox.ini
9
tox.ini
|
@ -1,8 +1,8 @@
|
|||
[tox]
|
||||
minversion = 1.9
|
||||
envlist =
|
||||
lint
|
||||
py{py3, 311, 310, 39, 38}
|
||||
minversion = 1.9
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
|
@ -15,15 +15,16 @@ commands =
|
|||
{envpython} -m pip install --global-option="build_ext" --global-option="--inplace" .
|
||||
{envpython} selftest.py
|
||||
{envpython} -m pytest -W always {posargs}
|
||||
allowlist_externals = make
|
||||
allowlist_externals =
|
||||
make
|
||||
|
||||
[testenv:lint]
|
||||
passenv =
|
||||
PRE_COMMIT_COLOR
|
||||
skip_install = true
|
||||
deps =
|
||||
check-manifest
|
||||
pre-commit
|
||||
passenv =
|
||||
PRE_COMMIT_COLOR
|
||||
commands =
|
||||
pre-commit run --all-files --show-diff-on-failure
|
||||
check-manifest
|
||||
|
|
Loading…
Reference in New Issue
Block a user