mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Upgrade pip, using pytest>=3.6.
This commit is contained in:
@ -4,7 +4,9 @@ python:
|
|||||||
- "3.6"
|
- "3.6"
|
||||||
|
|
||||||
install:
|
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
|
- python setup.py develop
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user