mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
upgrading pip, as in #105
This commit is contained in:
@ -4,8 +4,10 @@ python:
|
||||
- "3.6"
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install codecov pytest pytest-cov
|
||||
- pip install --upgrade pip
|
||||
- pip install "pytest>=3.6"
|
||||
- pip install codecov pytest-cov pytest-asyncio pylint
|
||||
- python setup.py develop
|
||||
|
||||
script:
|
||||
- pytest --cov=./ -v
|
||||
|
||||
Reference in New Issue
Block a user