Configure Mend for GitHub Enterprise #37
Open
Travis CI / Travis CI - Branch
succeeded
Sep 17, 2025 in 7m 43s
Build Passed
The build passed.
Details
This is a normal build for the whitesource/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 (Focal) |
| Python Version | 3.7 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"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": [
]
}
Loading