Page MenuHomeSoftware Heritage

tox.ini
No OneTemporary

[tox]
envlist=flake8,mypy,py3
[testenv:py3]
deps =
pytest-cov
commands =
pytest --cov=swh --cov-branch {posargs}
[testenv:flake8]
skip_install = true
deps =
flake8
commands =
{envpython} -m flake8
[testenv:flake8-phab]
skip_install = true
deps =
flake8
git+https://framagit.org/douardda/flake8-phabricator-formatter.git
commands =
{envpython} -m flake8 --format=phabricator --output-file=.phabricator-lint
[testenv:mypy]
extras =
testing
deps =
mypy
commands =
mypy swh

File Metadata

Mime Type
text/plain
Expires
Jun 4 2025, 7:14 PM (9 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3382841

Event Timeline