Conversations/summary #469
Merged
Travis CI / Travis CI - Pull Request
succeeded
Aug 1, 2024 in 29m 47s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #469 Conversations/summary.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has five jobs, running in parallel.
Job | Python | OS | State |
---|---|---|---|
2420.1 | 3.7 | Linux | passed |
2420.2 | 3.8 | Linux | passed |
2420.3 | 3.9 | Linux | passed |
2420.4 | 3.10 | Linux | passed |
2420.5 | 3.11 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Jammy) |
Python Versions | 3.7, 3.8, 3.9, 3.10, 3.11 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "jammy",
"python": [
"3.7",
"3.8",
"3.9",
"3.10",
"3.11"
],
"cache": {
"pip": true
},
"addons": {
"apt": {
"packages": [
"ffmpeg",
"sox"
]
}
},
"before_install": [
"python -m pip install --upgrade pip"
],
"install": [
"pip install -U importlib_metadata",
"pip install -U setuptools",
"pip install -r requirements.txt",
"pip install ."
],
"script": [
"rm -rf output/",
"pytest",
"cd docs; make clean; make html; touch build/html/.nojekyll"
]
}
Loading