Remove dependence on make
in tox CI run
This commit is contained in:
parent
251422a234
commit
905dfa9a8d
7
tox.ini
7
tox.ini
|
@ -35,6 +35,9 @@ basepython =
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
extras = dev
|
extras = dev
|
||||||
whitelist_externals = make
|
|
||||||
commands =
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user