Fix mypy command

- Remove requirements_dev.txt
- Add detailed versions
This commit is contained in:
mhchia
2019-07-24 16:34:55 +08:00
parent d3a948be47
commit 1ae306ae8f
3 changed files with 8 additions and 15 deletions

View File

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