2018-11-20 21:13:51 +01:00
|
|
|
language: python
|
|
|
|
|
2019-02-09 21:40:05 -05: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-20 21:13:51 +01:00
|
|
|
|
|
|
|
install:
|
2019-07-24 16:41:19 +08:00
|
|
|
- pip install --upgrade pip
|
|
|
|
- pip install tox
|
2018-11-20 21:13:51 +01:00
|
|
|
|
|
|
|
script:
|
2019-07-24 16:05:33 +08:00
|
|
|
- tox
|
2018-11-26 13:30:05 -05:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
slack: py-libp2p:RK0WVoQZhQXLgIKfHNPL1TR2
|