Skip to content

PR for v.1.11.0#224

Merged
hcpchris merged 25 commits into
masterfrom
develop
May 19, 2026
Merged

PR for v.1.11.0#224
hcpchris merged 25 commits into
masterfrom
develop

Updated docs

0678224
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded May 19, 2026 in 1h 10m 33s

Build Passed

The build passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #224 PR for v.1.11.0.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has six jobs, running in parallel.

Job Python ENV OS State
260.1 3.10 TOXENV=py310 Linux passed
260.2 3.11 TOXENV=py311 Linux passed
260.3 3.12 TOXENV=py312 Linux passed
260.4 3.13 TOXENV=py313 Linux passed
260.5 3.10 TOXENV=coverage Linux passed
260.6 3.10 TOXENV=docs Linux passed

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": [
    "mkdir /home/travis/build/highcharts-for-python/highcharts-core/tests/input_files/headless_export/output/",
    "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.12",
        "dist": "bionic",
        "env": [
          {
            "TOXENV": "py312"
          }
        ]
      },
      {
        "python": "3.13",
        "dist": "bionic",
        "env": [
          {
            "TOXENV": "py313"
          }
        ]
      },
      {
        "python": "3.10",
        "dist": "focal",
        "env": [
          {
            "TOXENV": "coverage"
          }
        ]
      },
      {
        "python": "3.10",
        "dist": "focal",
        "env": [
          {
            "TOXENV": "docs"
          }
        ]
      }
    ]
  }
}