Skip to content
Snippets Groups Projects
Commit 34153ef5 authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

tox: add mypy environment

parent 422b92fc
No related branches found
No related tags found
No related merge requests found
[tox]
envlist=flake8,py3
envlist=flake8,mypy,py3
[testenv:py3]
deps =
......@@ -29,3 +29,11 @@ deps =
commands =
{envpython} -m flake8 \
--exclude=.tox,.git,__pycache__,.tox,.eggs,*.egg,swh/deposit/migrations
[testenv:mypy]
skip_install = true
deps =
.[testing]
mypy
commands =
mypy swh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment