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