Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Candidate: v.1.6.0 #158

Merged
merged 48 commits into from
Apr 6, 2024

Merge pull request #160 from highcharts-for-python/bugfix/159-sharedo…

0c54a2f
Select commit
Loading
Failed to load commit list.
Merged

Release Candidate: v.1.6.0 #158

Merge pull request #160 from highcharts-for-python/bugfix/159-sharedo…
0c54a2f
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Apr 6, 2024 in 54m 29s

Build Passed

The build passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #158 Release Candidate: v.1.6.0.
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
186.1 3.10 TOXENV=py310 Linux passed
186.2 3.11 TOXENV=py311 Linux passed
186.3 3.10 TOXENV=coverage Linux passed
186.4 3.10 TOXENV=docs Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "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.10",
        "dist": "focal",
        "env": [
          {
            "TOXENV": "coverage"
          }
        ]
      },
      {
        "python": "3.10",
        "dist": "focal",
        "env": [
          {
            "TOXENV": "docs"
          }
        ]
      }
    ]
  }
}