mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Merge pull request #241 from ralexstokes/remove-codecov-ci
Remove code coverage check from CI
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
# py-libp2p [](https://travis-ci.com/libp2p/py-libp2p) [](https://codecov.io/gh/libp2p/py-libp2p) [](https://gitter.im/py-libp2p/Lobby)[](http://webchat.freenode.net/?channels=%23libp2p)
|
# py-libp2p [](https://travis-ci.com/libp2p/py-libp2p) [](https://gitter.im/py-libp2p/Lobby)[](http://webchat.freenode.net/?channels=%23libp2p)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -5,10 +5,8 @@ classifiers = [f"Programming Language :: Python :: {version}" for version in ["3
|
|||||||
|
|
||||||
extras_require = {
|
extras_require = {
|
||||||
"test": [
|
"test": [
|
||||||
"codecov>=2.0.15,<3.0.0",
|
|
||||||
"factory-boy>=2.12.0,<3.0.0",
|
"factory-boy>=2.12.0,<3.0.0",
|
||||||
"pytest>=4.6.3,<5.0.0",
|
"pytest>=4.6.3,<5.0.0",
|
||||||
"pytest-cov>=2.7.1,<3.0.0",
|
|
||||||
"pytest-asyncio>=0.10.0,<1.0.0",
|
"pytest-asyncio>=0.10.0,<1.0.0",
|
||||||
],
|
],
|
||||||
"lint": [
|
"lint": [
|
||||||
|
|||||||
Reference in New Issue
Block a user