Extract all testing deps from tox.ini to pyproject.toml extras #310
Travis CI / Travis CI - Branch
succeeded
Oct 18, 2023 in 3m 1s
Build Passed
The build passed. This is a change from the previous build, which errored.
Details
This is a normal build for the colocate-deps branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has eight jobs, running in parallel.
Job | Python | ENV | OS | State |
---|---|---|---|---|
588.1 | 3.8 | TOXENV=py38 | Linux | passed |
588.2 | 3.9 | TOXENV=py39 | Linux | passed |
588.3 | 3.10 | TOXENV=py310 | Linux | passed |
588.4 | 3.11 | TOXENV=py311 | Linux | passed |
588.5 | pypy3.8-7.3.9 | TOXENV=pypy3 | Linux | passed |
588.6 | 3.10 | TOXENV=codestyle | Linux | passed |
588.7 | 3.10 | TOXENV=lint | Linux | passed |
588.8 | 3.10 | TOXENV=typecheck | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Focal) |
Python Version | 3.10 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"python": [
"3.10"
],
"install": [
"pip install --upgrade pip",
"pip install --upgrade --editable '.[testing]'"
],
"script": [
"tox"
],
"jobs": {
"include": [
{
"python": "3.8",
"env": [
{
"TOXENV": "py38"
}
]
},
{
"python": "3.9",
"env": [
{
"TOXENV": "py39"
}
]
},
{
"python": "3.10",
"env": [
{
"TOXENV": "py310"
}
]
},
{
"python": "3.11",
"env": [
{
"TOXENV": "py311"
}
]
},
{
"python": "pypy3.8-7.3.9",
"dist": "xenial",
"env": [
{
"TOXENV": "pypy3"
}
]
},
{
"env": [
{
"TOXENV": "codestyle"
}
]
},
{
"env": [
{
"TOXENV": "lint"
}
]
},
{
"env": [
{
"TOXENV": "typecheck"
}
]
}
]
}
}
Loading