diff --git a/.travis.yml b/.travis.yml index 0690d6a0..d90f7aa7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: script: - pytest --cov=./libp2p tests/ - - pylint --rcfile=.pylintrc libp2p tests + - pylint --rcfile=.pylintrc libp2p tests --ignore libp2p/{kademlia,protocol_muxer} after_success: - codecov diff --git a/libp2p/peer/addrbook_interface.py b/libp2p/peer/addrbook_interface.py index 13a97e84..914d937a 100644 --- a/libp2p/peer/addrbook_interface.py +++ b/libp2p/peer/addrbook_interface.py @@ -45,4 +45,3 @@ class IAddrBook(ABC): """ :return: all of the peer IDs stored with addresses """ -