Change travis CI config
This commit is contained in:
parent
9497c3180f
commit
ae4c135ae1
17
.travis.yml
17
.travis.yml
|
@ -5,19 +5,18 @@ matrix:
|
||||||
- python: 3.7
|
- python: 3.7
|
||||||
dist: xenial
|
dist: xenial
|
||||||
sudo: true
|
sudo: true
|
||||||
|
after_success:
|
||||||
|
- codecov
|
||||||
|
- python: 3.7
|
||||||
|
dist: xenial
|
||||||
|
sudo: true
|
||||||
|
env: TOXENV=lint
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install --upgrade pip
|
- pip install --upgrade pip codecov
|
||||||
- pip install -r requirements_dev.txt
|
|
||||||
- python setup.py develop
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pytest --cov=./libp2p tests/
|
- tox
|
||||||
- pylint --rcfile=.pylintrc libp2p tests
|
|
||||||
|
|
||||||
after_success:
|
|
||||||
- codecov
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
slack: py-libp2p:RK0WVoQZhQXLgIKfHNPL1TR2
|
slack: py-libp2p:RK0WVoQZhQXLgIKfHNPL1TR2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user