Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9125921
tox.ini
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
666 B
Subscribers
None
tox.ini
View Options
[tox]
envlist
=
flake8,py3
[testenv:py3]
deps
=
# the dependency below is needed for now as a workaround for
# https://github.com/pypa/pip/issues/6239
swh.core[http] >
=
0.0.61
.[testing]
pytest-cov
pifpaf
pytest-django
commands
=
pifpaf run postgresql -- pytest --cov {envsitepackagesdir}/swh/deposit --cov-branch {posargs} {envsitepackagesdir}/swh/deposit
[testenv:py3-dev]
deps
=
.[testing]
pytest-cov
ipdb
commands
=
pytest {envsitepackagesdir}/swh/deposit/ {posargs}
[testenv:flake8]
skip_install
=
true
deps
=
flake8
commands
=
{envpython} -m flake8 \
--exclude
=
.tox,.git,__pycache__,.tox,.eggs,*.egg,swh/deposit/migrations
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 21, 9:29 PM (4 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3363332
Attached To
rDDEP Push deposit
Event Timeline
Log In to Comment