mirror of
https://github.com/chatmail/relay.git
synced 2026-05-17 12:48:59 +00:00
remove tox run from deploy-chatmail and use 'cmdeploy fmt' and 'pytest' directly
This commit is contained in:
@@ -25,20 +25,3 @@ cmdeploy = "deploy_chatmail.cmdeploy:main"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "-v -ra --strict-markers"
|
||||
|
||||
[tool.tox]
|
||||
legacy_tox_ini = """
|
||||
[tox]
|
||||
isolated_build = true
|
||||
envlist = lint
|
||||
|
||||
[testenv:lint]
|
||||
skipdist = True
|
||||
skip_install = True
|
||||
deps =
|
||||
ruff
|
||||
black
|
||||
commands =
|
||||
black --quiet --check --diff src/
|
||||
ruff src/
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user