Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update conversations summary #465

Merged
merged 18 commits into from
Mar 14, 2024

version 0.1.2

17c5a6a
Select commit
Loading
Failed to load commit list.
Merged

update conversations summary #465

version 0.1.2
17c5a6a
Select commit
Loading
Failed to load commit list.
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"
  ]
}