Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9344821
tox.ini
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
876 B
Subscribers
None
tox.ini
View Options
[tox]
envlist
=
flake8,mypy,py3-django{1,2}
[testenv]
extras
=
testing
deps
=
# the dependency below is needed for now as a workaround for
# https://github.com/pypa/pip/issues/6239
swh.core[http] >
=
0.0.75
dev
:
ipdb
pytest-cov
django1
:
Django>=1.11,<2
django2
:
Django>=2,<3
commands
=
pytest \
!dev
:
--cov {envsitepackagesdir}/swh/deposit --cov-branch
\
{envsitepackagesdir}/swh/deposit
\
{posargs}
[testenv:black]
skip_install
=
true
deps
=
black
commands
=
{envpython} -m black --check swh
[testenv:flake8]
skip_install
=
true
deps
=
flake8
commands
=
{envpython} -m flake8 \
--exclude
=
.tox,.git,__pycache__,.tox,.eggs,*.egg,swh/deposit/migrations
[testenv:mypy]
setenv
=
DJANGO_SETTINGS_MODULE=swh.deposit.settings.testing
extras
=
testing
deps
=
mypy
django-stubs
djangorestframework-stubs
commands
=
mypy swh
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 4, 2:49 PM (4 d, 12 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3422668
Attached To
rDDEP Push deposit
Event Timeline
Log In to Comment