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