summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 3 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 22d85a8c7..6f303e872 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,8 +25,7 @@ deps =
mypy: {[_mypy]deps}
passenv = INTEGRATION_TEST
commands =
- test: python -bb -m pytest -rs {posargs}
- cov: coverage run -m pytest -rs {posargs}
+ test: python -m pytest {posargs}
lint: python -m flake8 {posargs} {[_lint]files}
mypy: mypy -p beets -p beetsplug
mypy: mypy test
@@ -65,6 +64,5 @@ deps =
black==24.2.0
skip_install = True
commands =
- isort beets beetsplug test --check
- black beets beetsplug test --check
-
+ isort beets beetsplug test --check --diff
+ black beets beetsplug test --check --diff