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 - Branch failed May 8, 2025 in 6m 47s

Build Failed

The build failed.

Details

This is a normal build for the renovate/configure branch. You should be able to reproduce it by checking out the branch locally.

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": [
]
}