mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Fix examples/chat/chat.py. Extract test requirements to .travis.yaml file.
This commit is contained in:
@ -4,11 +4,11 @@ python:
|
||||
- "3.6"
|
||||
|
||||
install:
|
||||
- pip install codecov pytest pytest-cov
|
||||
- pip install codecov pytest pytest-cov pytest-asyncio pylint
|
||||
- python setup.py develop
|
||||
|
||||
script:
|
||||
- py.test --cov=./libp2p tests/
|
||||
- pytest --cov=./libp2p tests/
|
||||
- pylint --rcfile=.pylintrc libp2p tests
|
||||
|
||||
after_success:
|
||||
|
||||
Reference in New Issue
Block a user