2018-11-21 04:13:51 +08:00
|
|
|
language: python
|
|
|
|
|
2019-02-10 10:40:05 +08:00
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- python: 3.7
|
|
|
|
dist: xenial
|
2019-07-24 16:09:03 +08:00
|
|
|
env: TOXENV=py37-test
|
2019-07-24 16:05:33 +08:00
|
|
|
- python: 3.7
|
|
|
|
dist: xenial
|
|
|
|
env: TOXENV=lint
|
2018-11-21 04:13:51 +08:00
|
|
|
|
|
|
|
install:
|
2019-07-24 16:41:19 +08:00
|
|
|
- pip install --upgrade pip
|
|
|
|
- pip install tox
|
2018-11-21 04:13:51 +08:00
|
|
|
|
|
|
|
script:
|
2019-07-24 16:05:33 +08:00
|
|
|
- tox
|
2018-11-27 02:30:05 +08:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
slack: py-libp2p:RK0WVoQZhQXLgIKfHNPL1TR2
|