Skip to content

minor fixes to json generator

9028dd8
Select commit
Loading
Failed to load commit list.
Draft

support new ftp path layout #157

minor fixes to json generator
9028dd8
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Oct 3, 2025 in 5m 2s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the feature/new_ftplayout 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
1395.1 3.10 Linux passed
1395.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"
  ],
  "services": [
    "mysql"
  ],
  "before_script": [
    "mysql -e \"SET GLOBAL local_infile=1;\"",
    "pip install .",
    "pip install .[test]"
  ],
  "script": [
    "echo \"DB_HOST $METADATA_URI $TAXONOMY_URI\"",
    "coverage run -m pytest -c pyproject.toml --server mysql://travis@127.0.0.1:3306"
  ]
}