Merge pull request #108 from zixuanzh/requirements_dev
Adding requirements_dev.txt
This commit is contained in:
commit
fef4a5f5f6
|
@ -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
|
Loading…
Reference in New Issue
Block a user