Changeset View
Changeset View
Standalone View
Standalone View
tox.ini
[tox] | [tox] | ||||
envlist=flake8,py3,mypy | envlist=flake8,py3,winery,mypy | ||||
[testenv] | [testenv] | ||||
extras = | extras = | ||||
testing | testing | ||||
deps = | deps = | ||||
pytest-cov | pytest-cov | ||||
dev: pdbpp | dev: pdbpp | ||||
commands = | commands = | ||||
pytest --cov={envsitepackagesdir}/swh/objstorage \ | pytest --cov={envsitepackagesdir}/swh/objstorage \ | ||||
{envsitepackagesdir}/swh/objstorage \ | {envsitepackagesdir}/swh/objstorage \ | ||||
--cov-branch {posargs} | --cov-branch --cov-report term-missing {posargs} | ||||
[testenv:winery] | |||||
allowlist_externals = bash | |||||
commands = | |||||
bash {toxinidir}/winery-test-environment/remote-tox.sh {posargs} | |||||
[testenv:black] | [testenv:black] | ||||
skip_install = true | skip_install = true | ||||
deps = | deps = | ||||
black==19.10b0 | black==19.10b0 | ||||
commands = | commands = | ||||
{envpython} -m black --check swh | {envpython} -m black --check swh | ||||
▲ Show 20 Lines • Show All 52 Lines • Show Last 20 Lines |