updated travis config

This commit is contained in:
Alex Haynes 2019-04-17 21:03:35 -04:00
parent c8908f7e67
commit 3ee75f0ecd

View File

@ -13,7 +13,7 @@ install:
script:
- pytest --cov=./libp2p tests/
- pylint --rcfile=.pylintrc libp2p/!(kademlia) tests
- pylint --rcfile=.pylintrc libp2p tests
after_success:
- codecov