mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 23:51:07 +00:00
Move codecov to tox.ini
This commit is contained in:
@ -6,15 +6,14 @@ matrix:
|
|||||||
dist: xenial
|
dist: xenial
|
||||||
sudo: true
|
sudo: true
|
||||||
env: TOXENV=py37-test
|
env: TOXENV=py37-test
|
||||||
after_success:
|
|
||||||
- codecov
|
|
||||||
- python: 3.7
|
- python: 3.7
|
||||||
dist: xenial
|
dist: xenial
|
||||||
sudo: true
|
sudo: true
|
||||||
env: TOXENV=lint
|
env: TOXENV=lint
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install --upgrade pip codecov tox
|
- pip install --upgrade pip
|
||||||
|
- pip install tox
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- tox
|
- tox
|
||||||
|
|||||||
Reference in New Issue
Block a user