Add support for IPv6 metadata #1116
Open
Travis CI / Travis CI - Branch
failed
May 18, 2026 in 2m 51s
Build Failed
The build failed, just like the previous build.
Details
This is a normal build for the wallaby-v6meta branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has three jobs, running in parallel.
| Job | Python | ENV | OS | State |
|---|---|---|---|---|
| 3.7 | TOX_ENV=pep8 | Linux | failed | |
| 3.7 | TOX_ENV=py37 | Linux | passed | |
| 3.8 | TOX_ENV=py38 | Linux | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Python |
| Operating System | Linux (Focal) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"install": [
"pip install tox"
],
"script": [
"tox -e $TOX_ENV"
],
"jobs": {
"include": [
{
"python": "3.7",
"env": [
{
"TOX_ENV": "pep8"
}
]
},
{
"python": "3.7",
"env": [
{
"TOX_ENV": "py37"
}
]
},
{
"python": "3.8",
"env": [
{
"TOX_ENV": "py38"
}
]
}
]
}
}
Loading