mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Remove dependence on make in tox CI run
This commit is contained in:
committed by
Kevin Mai-Husan Chia
parent
251422a234
commit
905dfa9a8d
7
tox.ini
7
tox.ini
@ -35,6 +35,9 @@ basepython =
|
||||
[testenv:lint]
|
||||
basepython = python3
|
||||
extras = dev
|
||||
whitelist_externals = make
|
||||
commands =
|
||||
make lintroll
|
||||
# NOTE: disabling `mypy` until we get typing sorted in this repo
|
||||
# mypy -p libp2p -p examples --config-file {toxinidir}/mypy.ini
|
||||
black --check libp2p tests examples setup.py
|
||||
isort --recursive --check-only libp2p tests examples setup.py
|
||||
flake8 libp2p tests examples setup.py
|
||||
|
||||
Reference in New Issue
Block a user