mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
simplify tox.ini
This commit is contained in:
parent
25c6843c28
commit
d5e5be5c8e
1 changed files with 2 additions and 5 deletions
7
tox.ini
7
tox.ini
|
|
@ -17,10 +17,8 @@ files = beets beetsplug beet test setup.py docs
|
|||
deps =
|
||||
{test,cov}: {[_test]deps}
|
||||
lint: {[_lint]deps}
|
||||
py27: pathlib
|
||||
commands =
|
||||
py27-test: python -m pytest {posargs}
|
||||
py3{4,5,6,7,8}-test: python -bb -m pytest {posargs}
|
||||
test: python -bb -m pytest {posargs}
|
||||
cov: coverage run -m pytest {posargs}
|
||||
lint: python -m flake8 {posargs} {[_lint]files}
|
||||
|
||||
|
|
@ -30,7 +28,6 @@ deps = sphinx
|
|||
commands = sphinx-build -W -q -b html docs {envtmpdir}/html {posargs}
|
||||
|
||||
[testenv:int]
|
||||
basepython = python3.8
|
||||
deps = {[_test]deps}
|
||||
setenv = INTEGRATION_TEST = 1
|
||||
commands = python -m pytest {posargs}
|
||||
commands = python -bb -m pytest {posargs}
|
||||
Loading…
Reference in a new issue