Skip to content

Add renovate.json

c77be99
Select commit
Loading
Failed to load commit list.
Open

Configure Renovate #36

Add renovate.json
c77be99
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed May 8, 2025 in 7m 6s

Build Failed

The build failed. 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 #36 Configure Renovate.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Python Version 3.7
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "python": [
    "3.7"
  ],
  "install": [
    "pip install --upgrade importlib-metadata",
    "pip3 install .",
    "pip3 install pynndescent==0.5.7",
    "pip3 install faiss-cpu==1.6.5 --no-cache"
  ],
  "script": [
    "python3.7 -m unittest discover"
  ],
  "after_success": [
],
"services": [
]
}