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

developer setup: add mypy and generalize text about tox invocation

parent 27860f4d
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ Create a virtualenv::
Install all the swh packages (in develop mode)::
(swh) ~/swh-environment$ pip install flake8 pifpaf tox wheel
(swh) ~/swh-environment$ pip install flake8 pifpaf tox wheel mypy
(swh) ~/swh-environment$ pip install $(./bin/pip-swh-packages --with-testing)
[...]
......@@ -105,7 +105,7 @@ For example, running unit tests for the swh-loader-git_ package::
[...]
================== 25 passed, 12 warnings in 6.66 seconds ==================
Running the same test, plus flake8 checks, using tox::
Running the same test, plus code linting and static analysis, using tox::
(swh) ~/swh-environment/swh-loader-git$ tox
GLOB sdist-make: ~/swh-environment/swh-loader-git/setup.py
......
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