Skip to content

allow string for input_style and label_style

b5fc1a7
Select commit
Loading
Failed to load commit list.
Open

Bugfix/68 - Allow rangeSelector.labelStyle and inputStyle to accept dicts #69

allow string for input_style and label_style
b5fc1a7
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Jul 18, 2025 in 44m 37s

Build Failed

The build failed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #69 Bugfix/68 - Allow rangeSelector.labelStyle and inputStyle to accept dicts.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job Python ENV OS State
98.1 3.10 TOXENV=py310 Linux failed
98.2 3.11 TOXENV=py311 Linux failed
98.3 3.10 TOXENV=coverage Linux failed
98.4 3.10 TOXENV=docs Linux failed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "git": {
    "quiet": true
  },
  "install": [
    "pip install -r requirements.dev.txt"
  ],
  "before_script": [
    "curl -Os --retry 5 https://uploader.codecov.io/latest/linux/codecov",
    "chmod +x codecov"
  ],
  "script": [
    "tox -- -v -nauto"
  ],
  "after_success": [
    "if [[ -e .coverage ]]; then ./codecov -t $CODECOV_TOKEN; fi"
  ],
  "jobs": {
    "include": [
      {
        "python": "3.10",
        "dist": "focal",
        "env": [
          {
            "TOXENV": "py310"
          }
        ]
      },
      {
        "python": "3.11",
        "dist": "bionic",
        "env": [
          {
            "TOXENV": "py311"
          }
        ]
      },
      {
        "python": "3.10",
        "dist": "focal",
        "env": [
          {
            "TOXENV": "coverage"
          }
        ]
      },
      {
        "python": "3.10",
        "dist": "focal",
        "env": [
          {
            "TOXENV": "docs"
          }
        ]
      }
    ]
  }
}