Temporary disable pylint on tests folder

This commit is contained in:
NIC619 2019-07-30 17:41:46 +08:00
parent c4105688d1
commit 60d6703964
No known key found for this signature in database
GPG Key ID: 570C35F5C2D51B17

View File

@ -19,5 +19,5 @@ basepython =
basepython = python3
extras = dev
commands =
pylint --rcfile={toxinidir}/.pylintrc libp2p examples tests
pylint --rcfile={toxinidir}/.pylintrc libp2p examples
mypy -p libp2p -p examples --config-file {toxinidir}/mypy.ini