Remove code coverage check from CI

This commit is contained in:
Alex Stokes
2019-08-13 21:25:22 -07:00
parent 992585852f
commit 9bff7b8ebf
2 changed files with 1 additions and 4 deletions

View File

@ -29,8 +29,7 @@ deps =
passenv = CI TRAVIS TRAVIS_*
extras = test
commands =
pytest --cov=./libp2p tests/
codecov
pytest tests/
basepython =
py37: python3.7