Configure Mend for GitHub Enterprise #37
Open
Travis CI / Travis CI - Pull Request
succeeded
Sep 17, 2025 in 7m 42s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #37 Configure Mend for GitHub Enterprise.
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 (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