Move codecov to tox.ini

This commit is contained in:
mhchia
2019-07-24 16:41:19 +08:00
parent 1ae306ae8f
commit 529829b9f1
2 changed files with 4 additions and 3 deletions

View File

@ -7,9 +7,11 @@ envlist =
[testenv]
deps =
passenv = CI TRAVIS TRAVIS_*
extras = test
commands =
pytest --cov=./libp2p tests/
codecov
basepython =
py37: python3.7