Skip to content

add has_homology field to the search dump

6714307
Select commit
Loading
Failed to load commit list.
Open

Add has_homology field to the search dump #201

add has_homology field to the search dump
6714307
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Apr 30, 2026 in 2m 2s

Build Passed

The build passed.

Details

This is a normal build for the add-homology-to-search branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has two jobs, running in parallel.

Job Python OS State
1613.1 3.10 Linux passed
1613.2 3.11 Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Python Versions 3.10, 3.11
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "python": [
    "3.10",
    "3.11"
  ],
  "before_script": [
    "pip install .",
    "pip install .[test]"
  ],
  "script": [
    "coverage run -m pytest -c pyproject.toml"
  ]
}