Pull Request #437 Bump github.com/libp2p/go-libp2p from 0.10.3 to 0.18.0 in /tests_interop/go_pkgs/examples
libp2p/py-libp2p:.travis.yml@718b438
language: python
matrix:
include:
- python: 3.6-dev
dist: xenial
env: TOXENV=py36-test
- python: 3.7
dist: xenial
env: TOXENV=py37-test
- python: 3.7
dist: xenial
env: TOXENV=lint
- python: 3.7
dist: xenial
env: TOXENV=docs
- python: 3.7
dist: xenial
env: TOXENV=py37-interop GOBINPKG=go1.13.8.linux-amd64.tar.gz
sudo: true
before_install:
- wget https://dl.google.com/go/$GOBINPKG
- sudo tar -C /usr/local -xzf $GOBINPKG
- export GOPATH=$HOME/go
- export GOROOT=/usr/local/go
- export PATH=$GOROOT/bin:$GOPATH/bin:$PATH
- ./tests_interop/go_pkgs/install_interop_go_pkgs.sh
install:
- pip install --upgrade pip
- pip install tox
script:
- tox
notifications:
slack: py-libp2p:RK0WVoQZhQXLgIKfHNPL1TR2
Build Config
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"install": [
"pip install --upgrade pip",
"pip install tox"
],
"script": [
"tox"
],
"notifications": {
"slack": [
{
"rooms": [
"py-libp2p:RK0WVoQZhQXLgIKfHNPL1TR2"
]
}
]
},
"jobs": {
"include": [
{
"python": "3.6-dev",
"dist": "xenial",
"env": [
{
"TOXENV": "py36-test"
}
]
},
{
"python": "3.7",
"dist": "xenial",
"env": [
{
"TOXENV": "py37-test"
}
]
},
{
"python": "3.7",
"dist": "xenial",
"env": [
{
"TOXENV": "lint"
}
]
},
{
"python": "3.7",
"dist": "xenial",
"env": [
{
"TOXENV": "docs"
}
]
},
{
"python": "3.7",
"dist": "xenial",
"env": [
{
"TOXENV": "py37-interop",
"GOBINPKG": "go1.13.8.linux-amd64.tar.gz"
}
],
"sudo": true,
"before_install": [
"wget https://dl.google.com/go/$GOBINPKG",
"sudo tar -C /usr/local -xzf $GOBINPKG",
"export GOPATH=$HOME/go",
"export GOROOT=/usr/local/go",
"export PATH=$GOROOT/bin:$GOPATH/bin:$PATH",
"./tests_interop/go_pkgs/install_interop_go_pkgs.sh"
]
}
]
}
}