mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
adding requirements_dev.txt
This commit is contained in:
@ -5,8 +5,7 @@ python:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install --upgrade pip
|
- pip install --upgrade pip
|
||||||
- pip install "pytest>=3.6"
|
- pip install -r requirements_dev.txt
|
||||||
- pip install codecov pytest-cov pytest-asyncio pylint
|
|
||||||
- python setup.py develop
|
- python setup.py develop
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|||||||
@ -21,7 +21,8 @@ py-libp2p requires Python 3.6 and the best way to guarantee a clean Python 3.6 e
|
|||||||
```sh
|
```sh
|
||||||
virtualenv -p python3.6 venv
|
virtualenv -p python3.6 venv
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements_dev.txt
|
||||||
|
python setup.py develop
|
||||||
```
|
```
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|||||||
5
requirements_dev.txt
Normal file
5
requirements_dev.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
pytest>=3.6
|
||||||
|
codecov
|
||||||
|
pytest-cov
|
||||||
|
pytest-asyncio
|
||||||
|
pylint
|
||||||
Reference in New Issue
Block a user