Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8393477
tox.ini
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
495 B
Subscribers
None
tox.ini
View Options
[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
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 7:14 PM (10 w, 26 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3382841
Attached To
rTSBX Sandbox for random tests
Event Timeline
Log In to Comment