update conversations summary #465
Merged
Travis CI / Travis CI - Pull Request
required action
Mar 14, 2024 in 4m 53s
Build Errored
The build errored. This is a change from the previous build, which passed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #465 update conversations summary.
Any changes that have been made to the conversations/summary branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in parallel.
Job | Python | OS | State |
---|---|---|---|
2322.1 | 3.7 | Linux | errored |
2322.2 | 3.8 | Linux | errored |
2322.3 | 3.9 | Linux | errored |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Xenial) |
Python Versions | 3.7, 3.8, 3.9 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"python": [
"3.7",
"3.8",
"3.9"
],
"cache": {
"pip": true
},
"addons": {
"apt": {
"packages": [
"ffmpeg",
"sox"
]
}
},
"install": [
"pip install -U importlib_metadata",
"pip install -r requirements.txt",
"python setup.py install -f"
],
"script": [
"rm -rf output/",
"pytest",
"cd docs; make clean; make html; touch build/html/.nojekyll"
]
}
Loading