Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9345054
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
726 B
Subscribers
None
View Options
diff --git a/tox.ini b/tox.ini
index a597f0aa..7bb4f12d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,31 +1,30 @@
[tox]
envlist=flake8,mypy,py3
[testenv]
extras =
testing
deps =
pytest-cov
- pytest-django
commands =
pytest \
slow: --hypothesis-profile=swh-web \
!slow: --hypothesis-profile=swh-web-fast \
--cov {envsitepackagesdir}/swh/web --cov-branch {posargs} {envsitepackagesdir}/swh/web
[testenv:flake8]
skip_install = true
deps =
flake8
commands =
{envpython} -m flake8 \
--exclude=.tox,.git,__pycache__,.eggs,*.egg,node_modules
[testenv:mypy]
setenv = DJANGO_SETTINGS_MODULE = swh.web.settings.development
extras =
testing
deps =
mypy
commands =
mypy swh
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Jul 4, 3:03 PM (4 d, 12 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3294144
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment